コード例 #1
0
 protected void Awake()
 {
     if (Application.isPlaying)
     {
         sceneSemaphore = SceneSemaphore.Create(sceneToLoad);
     }
 }