void OnDestroy() { _instance = null; }
private void Awake() { DontDestroyOnLoad(this); _instance = this; }