Unity editor: 2022.3.10f1
Fishnet 4.3.8R
Hi 👋
I'm trying to add an offline scene to my game, which originally only contained one online scene. I'm using the DefaultScene component on a DDOL network manager.
However, I'm running into several problems:
- The online scene is loaded asyncronously, meaning that for a short while, both scenes are active, and I get warnings about duplicate cameras, UI eventsystems, etc
- On my headless server, when a new client joins, the server seems to reload or load the online scene yet again, as I see a Start message twice. Is this something to worry about?
- How can I ensure that the offline scene's state is entirely reset when the client goes to the online scene, and vise versa?
Attached is my DefaultScene component. In my build settings (both for headless & client), the first scene is MENU, and the second scene is GAME.
Would someone be able to guide me in the right direction?