Is there a way to load Scenes for a/multiple selected Client/s with the Netcode.SceneManager? Like a Portal usage with multiple rooms (Scenes) to load and unload in a single session.
You’ll have to disable scene management to allow for clients to be in different scenes. I have it set up the way you’ve suggested with a portal catering for multiple rooms.
So the Netcode SceneManager is incapable of doing so, is that right?
Just need to know for my documentation of my evaluation
That’s what I’ve come to understand, the SceneManager enforces scene and object synchronisation and if you want something outside of that you have to disable it and do all the management yourself.
1 Like
Thanks that prevented a lot of wasted time to figure it out
1 Like
Is it still the case? Can’t we load a scene only on selected clients.
As cerestorm said, you can if you disable scene management in the NetworkManager.