using UnityEngine; public class EventExample : MonoBehaviour { void Start () { UltimateGamepadCursor.Instance.OnDisabled += () => { Debug.Log( "Cursor Disabled" ); }; } }
Last updated 17 days ago
Was this helpful?