Hi :)
I'm trying to alternate between these 2 movement behaviors.
Briefly, my character uses tile movement while underground and platform while above ground.
My idea is to enable/disable accordingly.
The problem? When I enable Tile Movement my character goes back to the last position where tile movement was enabled.
I'm thiking it keeps track of the X and Y coordinates it is in and when I enable the behavior it sents me back to that place. I want to avoid this.
Is there any way? I'm trying to think of something like checking which are the grid coordinates of my current location and then use set them when I enable the tile movement but I can't find such a thing
Thanks in advance!