|
Hi, I have just got a very simple 2D scrolling platform game running and was wondering what the standard way of making a character jump is when using SimpleMove. It says in the docs that Velocities along Y are ignored, so is it just a case of having to use Move and not SimpleMove? thanks in advance, Chris
(comments are locked)
|
|
If you want your player to be able to jump, then I suggest using Move instead of SimpleMove. The example in the Move reference includes a Jump button and gravity.
(comments are locked)
|

I would like to know this aswell. Move is not a option for me because it creates studdering movements even with the script Unity provided.