Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
SoakingRich's avatar
SoakingRich
Start Partner
10 months ago

Is there any event when a MovementProvider has completed a MoveTo

Im using SnapInteractables and just want an event when the interactor has successfully been put in place. Seems bizarrely hard to get this info

1 Reply

Replies have been turned off for this discussion
  • You can add the InteractableUnityEventWrapper script for any of the Interactable components. It comes with the SDK and gives you access to several events related to the interactable, such as WhenSelect, WhenHover etc.
    Similarly, for the interactors there is the InteractorUnityEventWrapper component.
    Hope this helps.