Hello guys i recently have a problem with disabling and enabling the platform behaviour:
let me explain to you what i'm doing:
1 (On jump) I disable the platform behaviour for the player.
2 When the platform behaviour is disable, in the debug layout the animation mode still being "jumping".
3 Now I use the behaviour moveto to move the player to another point
4When I set the player platform behaviour to "enable", because it's still have the animation mode
in "jumping", the player for a fraction of a second makes the "jumping animation" before going to "stopped".
So my question is how can I change the animation mode to stopped or change the jumping mode when i'm moving the player?
thanks guys