Teleport to a specific node on point graph

Hi there,

I have a point graph consisting of around 600 nodes and I am using the AI Lerp 2D on my player.

Now I want to teleport the player back to the start position, whenever a Death Event is triggered and I have no idea how to do that.

So far I haven’t found any examples or documentation either. Does anybody have any idea how to do this?

Thank you

You can use Teleport() function for it or you can disable ailerp then set transform position value and enable ailerp

2 Likes

Thanks. That worked.