You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(Interaction): change event name to prevent overriding base method
The Interactable Object Unity Events script was declaring two events
called `OnEnable` and `OnDisable` which were causing warnings as those
names are also reserved for the `MonoBehaviour` methods.
0 commit comments