private void Awake() { if (instance != null && instance != this) { Destroy(gameObject); return; } else { instance = this; } }
// private void Awake() { // s_Instance = this; }