Answers for "how to make a specific scene load only on game start in unity"

C#
1

how to make a specific scene load only on game start in unity

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.
Posted by: Guest on August-08-2021

C# Answers by Framework

Browse Popular Code Answers by Language