📜  如何仅在游戏开始时统一加载特定场景 - C# 代码示例

📅  最后修改于: 2022-03-11 14:48:54.907000             🧑  作者: Mango

代码示例1
Unity automatically loads whichever scene has an index of 0 in the build settings.
  
If you want a specific scene to load on start, drag it to the top in the build settings.
  
The build settings are in file > Build Settings at the bottom of the dropdown.