Example #1
0
 private void Start()
 {
     foreach (var name in sceneName)
     {
         DontDestroyManager.Set(name, gameObject);
     }
 }