Skip to main content

Stripping-Scenes-For-Quick-Build

First way:

  1. Navigate to Tools/QuickBuild in a toolbar

image

  1. Pick settings you need and press Build.

image

Second way:

  1. Go to UnityProject\Assets\ScriptableObjects\SubScenes
  2. Open AwayWorldList and remove all scenes from there
  3. Do the same for AsteroidListSO
  4. Open AdditionalSceneList and remove all the scenes, except CentCom
  5. Open MainStationList and remove all stations except one you will be using

Note:

Map is picked at round start based on current player count. Values for that are specified in maps.json

image

You wont be able to start a round if current player amount is less than PopMinLimit, so I suggest using FallStation or SquareStation for testing.