Unity - How To - Make - Platformer - 12 - Character - Appearance

#unity #how #to #make #character #appearance #view How to make Character appearance on the Unity scene? The character is main focus of the whole game. To make player with hero association we should represent it on the screen. All we need to start is idle sprite. Then connect it with series of events. To repeat: 0. Drag charater sprite to the scene 1. Scale it up if needed 2. Rename it 3. In the “SelectCharacter“ add 2 “On Click“ events 4. Select function “SetActive(bool)“ 5. Attach character and dialog accordingly 6. Check mark in front of character
Back to Top