void Awake() { if (_instance != null && _instance != this) { Destroy(this); return; } _instance = this; }
void Awake() { Instance = this; }