Creating a New Lobby Scene
[!SUMMARY] This page explains how to:
- Create a new empty lobby scene
- Make it usable for local testing
- Integrate it to the server
How to Create a New Scene
- Create a folder for your new scene
- Navigate to
Assets/Scenes/Templateand copy the content to your new folder - Rename them according to your needs
How to Make the Scene Usable for Offline Testing
- Open your new scene
- To test, enter play mode
- That's it, start creating!
How to Integrate the Scene to the Server & Build
- Adjust
<YourSceneName>.assetand put in proper meta information - Find
Assets/Core/Scenes/LobbyConfiguration.asset - Add
<YourSceneName>.assettoLobbyScenesin the scriptable object - Add
<YourSceneName>.unityto the build scenes - That is it, you can now build the server and test your scene remotely