最終更新:2019-11-29 (金) 16:56:28 (1601d)  

Unity/シーン
Top / Unity / シーン

.unity

https://docs.unity3d.com/ja/current/Manual/CreatingScenes.html

メモ

  • Unity5.3から複数のSceneを同時に呼び出すことが可能になった
  • シーンが読込完了するのは1フレーム後

複数シーン編集

アクティブシーン

  • オブジェクトはActiveなシーンに生成される
  • This allows you to specify which scene new Game Objects are created/instantiated in. There must always be one scene marked as the active scene
  • SceneManager.MoveGameObjectToScene

Unity/カメラ

クラス

構造体

  • UnityEngine.SceneManagement.Scene?

シーン切り替え

非推奨

参考