Teleport events? #11767
Teleport events?
#11767
Replies: 1 comment
-
This worked for me. FindObjectOfType().endLocomotion += MoveToPlayer; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are there events for when a teleport happens? I want to make an NPC follow the player so I need to know when the player teleports so I can update the NavMeshAgent. Anyone want to suggest a way to do this? I looked at the LocomotionProvider and LocomotionSystem scripts but it won't let me make any changes to them.
Beta Was this translation helpful? Give feedback.
All reactions