Description:
We have only one main character to play so far.
Add another character with different stats and let the player choose between them at the beginning.
Attributes:
- Another Character
Since we don't have assets yet, you don't have to create a whole new character. Make another character set with different assets.
Adding ScriptableObject of character is a good idea in the design aspect.
- Character Choice Window
You have two choices here.
First, you may add another 'Choose Character' button on the title screen. The player will select the character and the 'Start' button will directly jump into the playing screen.
Second, 'Start' shows the choice window before the game starts.
Both designs are reasonable so you can choose whatever you want.
Optional:
Description:
We have only one main character to play so far.
Add another character with different stats and let the player choose between them at the beginning.
Attributes:
Since we don't have assets yet, you don't have to create a whole new character. Make another character set with different assets.
Adding ScriptableObject of character is a good idea in the design aspect.
You have two choices here.
First, you may add another 'Choose Character' button on the title screen. The player will select the character and the 'Start' button will directly jump into the playing screen.
Second, 'Start' shows the choice window before the game starts.
Both designs are reasonable so you can choose whatever you want.
Optional: