Search Results for

    Show / Hide Table of Contents

    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

    1. Create a folder for your new scene
    2. Navigate to Assets/Scenes/Template and copy the content to your new folder
    3. Rename them according to your needs

    How to Make the Scene Usable for Offline Testing

    1. Open your new scene
    2. To test, enter play mode
    3. That's it, start creating!

    How to Integrate the Scene to the Server & Build

    1. Adjust <YourSceneName>.asset and put in proper meta information
    2. Find Assets/Core/Scenes/LobbyConfiguration.asset
    3. Add <YourSceneName>.asset to LobbyScenes in the scriptable object
    4. Add <YourSceneName>.unity to the build scenes
    5. That is it, you can now build the server and test your scene remotely
    In This Article
    Back to top Anywhere Academy Documentation