using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.EventSystems; public class UCEventSystem : EventSystem { protected override void OnApplicationFocus(bool hasFocus) { //base.OnApplicationFocus(false); } }