void Awake() { if (instance == null) instance = this; else Destroy(gameObject); }
void OnDestroy() { instance = null; }