#Is there a way to have scene objects not be disabled when offline?

4 messages · Page 1 of 1 (latest)

solar zinc
#

I have an object in my scene that has NetworkBehaviour (for only one SyncVar) and a Networkidentity. When starting the scene in offline mode the object is set to disabled which makes simple testing rather annoying. Is there a way to prevent scene objects from being disabled in offline mode?

noble acorn
solar zinc
proven bough
#

For offline play, I think Mirror intends for you to use an "online" scene. In my offline scene, I use the same player prefab as the online scene, but I have another object in that offline scene that enables the player.