- Edited
Hello guys,
I'm trying to teleport a NavigationAgent3D to a specific position. Unfortunately if I set the global position of the parent node (a CharacterBody3D node), the agent internal position isn't updated, so if I set the TargetPosition of the agent he recalculates the path from his last position.
Do you have an idea to achieve this? Thanks.