Hey I'm currently getting started with physics engines and I set up a body (box shaped) which represents my character.
Question: Which methods can I use to move a Nape.Body aka my char?
I tried so far to manipulate the velocity, addLocalForce / Impulse but I don't know which method is the best for moving a character.