public void Awake() { if (instance) { Destroy(instance); } instance = this; }
public void Awake() { DontDestroyOnLoad(this); instance = this; }