private void Awake() { _Instance = this; BackupRoot = (GameObject)Instantiate(Main); BackupRoot.name = Main.name; BackupRoot.SetActive(false); }