Hello, I am making a simple 2d platform game (in the Mario Bros genre) and I would like there to be two playable characters.
How can I proceed to control the second player?
Thank you all and have a nice day
Hi!
In this example I have two characters, Player1 and Player2.
First, go to behaviours, add them PlatformerCharacter behaviour and uncheck “Default controls” from both.
Then define the keys:
Hope this helps.