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