private void Awake() { if (instance != null) { Destroy(gameObject); } else { instance = this; ApplyEnable(); } }
private void Awake() { instance = this; ApplyEnable(); }