private void OnDestroy() { Debug.Assert(Instance != null); Instance = null; }
void Awake() { Debug.Assert(Instance == null); Instance = this; }