Hi,
I am using an animation which puts players to new position after getting hit from an object. Player changes it’s position via animation but when animation ends, the player gets restored to the position before animation was played which makes sense. I want to get position of player where the animations ends. Is there any possibility to this?
Hi @Hassan_Amjad1!
You probably can add an event to your animation end and get the position of your animated entity to set the position of the root entity afterwards.