NetworkServer.Spawn() is working and creates a network id.
Documentation says scene objects, NOT created at runtime, are disabled and this is what I'm experiencing.
It's not clear what code or sequence of events are needed to get it to assign NetworkId to static objects.
One hack needed was to spawn stuff AFTER the first Client connected to Server.
↧