I’ve created a 2D game with one character that works fine. Now I’m going to add a step at the beginning in which the character can be selected and after that the rest will be the same as before. What are the steps I should take to achieve this? Any specific documentation or tutorial that I can use is appreciated.
I was wondering if it’s the right thread to ask since nobody has answered yet!
Can anyone help me with this? How should I start here?
Thanks for the prompt responses!
I would suggest adding a new scene for selecting the player. Save the selection. Change your existing scene to load the player based on the saved selection. If there is no player selected then run the player selection scene.
This not really the best place since you are asking a technical question and that’s not really what this forum is for. I recommend asking this sort of question on the scripting forum next time.
What is it exactly that you are having trouble with? Is it making a menu to choose the character? There are a lot of UGUI tutorials about making menus out there. Is it switching the graphics for the player character? Is it persisting the player’s choice of character through-out the game? Do different characters that you choose have different gameplay mechanics? Be more specific, please.
