Development-Protips
Development Protips
Various tips to help speed up development and share random knowledge that doesn't deserve its own page. Feel free to edit!
General
- Familiarize yourself with our Development Gotchas
Faster Building and Testing
- Only include the smallest station in the build / rotation. Including all maps will needlessly increase build / start times. edit
* In `Lobby` scene,
NetworkManager
, changeOnline Scene
toPogStation
(smallest map at the moment).all but PogStation from* Edit `Assets/StreamingAssets/maps.json`, removing
lowPopMaps
* When you build, uncheck all but StartUp, Lobby, and PogStation
* Don't commit these changes.