Hi everyone, Im new AC user, I want make a simple 2D adventure game. I dont know how can i made my Player character move like in old platformer game. Simple game, Player walk, take items, talking NPC, but this is not Point And Click, I dont want walk on all scene (like Deponia example), i want move my character by keybord, and walk only left, right (possibly up, down on ladder). Must I use NavMesh and set thin zone on the floor (nonsense)? If is easier way?
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
You can move the Player character directly by setting your "Movement method" to "Direct".
If you only wish to move left and right, not up and down (except during e.g. a "climbing a ladder" cutscene), you can use the Player: Constrain Action to prevent Movement in the Up and Down directions.
This can be done by creating an OnStart cutscene in the Scene Manager, and setting it's first Action to the Player: Constrain Action.