Troubleshooting

Problem

Solution

OnFocusStart/OnFocusEnd are not triggering

  • Try enabling Is Debug Enabled and see how it reacts to your objects

  • Is collision enabled on the object?

  • Is the Interaction Distance setting too low?

OnInteract is not triggering

  • Are you using the component to call TryInteract? It must be triggered manually in order to trigger OnInteract in other interactable objects.

Last updated