DefaultScene

This component can be used to easily load an online scene when network starts and an offline one when it stops.

Description

This component will automatically change between online and offline scenes depending on server and client connective state. When a connection is started the online scene is loaded, and when disconnected the offline scene is loaded. This component must be placed on or beneath your NetworkManager.

Settings

Default Settings

⚙️ Enable Global Scenes

This will load the scenes as global when enabled, or as connection when not. For more information on the differences see Scene Loading.

⚙️ Start In Offline

This will load the server and clients into the offline scene when the game starts.

⚙️ Offline Scene

This is the scene to load when offline.

⚙️ Online Scene

This is the scene to load when online.

⚙️ Replace Scenes

This can be set to replace all loaded scenes, or just online scenes with the Online or Offline scene. For more information see loading Scene Loading - replacing scenes.

Last updated