Gdevelop Casual Game Development Stream Part 38 [Design Account Creation Scene]
Add a button in the login scene to direct unregistered users to account creation scene: 00:00 to 02:00 Design the input system of the account creation scene: 05:18 to 23:36 Design the profile picture selection system of the account creation scene: 31:11 to 49:10 (You can watch the video at 2x speed to save time) Download the final apk from here (for the standalone version of the game. That is, the version with no networking capabilities.): https://github.com/ayushraj1024/soulhunterdowntownstandalone/tree/master/apk At this point I have made two repositories for the game. One is the old repository where the game has networking and leader-board functionality (Which is yet to be implemented). The other one is the new one made today and that version of the game does not contain networking functionality and is a self contained standalone game. I did that because not all games require networking and leader-boards so if you are building a game without netw...