private void OnEnable() { instance = this; }
private void OnDestroy() { instance = null; }
private void Awake() { instance = this; }