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.
- In
Lobby
scene, editNetworkManager
, changeOnline Scene
toPogStation
(smallest map at the moment). - Edit
Assets/StreamingAssets/maps.json
, removing all but PogStation fromlowPopMaps
- When you build, uncheck all but StartUp, Lobby, and PogStation
- Don't commit these changes.
- In