void Awake() { DontDestroyOnLoad(gameObject); RenameToType(); myInstance = this; Hide(); }
void OnDestroy() { myInstance = null; }