void Start() { if (singleton != null) { Destroy(gameObject); return; } singleton = this; DontDestroyOnLoad(gameObject); }