I’m making a platformer, but the Platform Character Behaviour only let’s the player move with the arrow keys and jump with the space bar. I don’t want that, I want to make the player move, jump, and attack with other keys. I don’t know how to manually do that, though.
I’ve tried looking up tutorials, but every one I’ve found so far is just adding the Platformer Character behaviour, so they aren’t helpful. I’m experimenting with the Physics2 behaviour, but I’m getting stuck.
Does anyone know a tutorial to help program a platformer character without the platformer behaviour?