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