The server works standalone from the client?
All clients have all the game objects already instantiated, we dont will use object.instantiate after the game run, to spawn we just made the object activated, as it would work on the network?
All these prototypes would have to have netObject? Because the currently version that I got when I want to instantiate an object it needs to be on the list of objects in the manager, and the other client also has the same list, then search for the index and instantiate, in my case I have no prefabs, just prototypes, how the other side will recognize?
Sorry for the weird english, i'm brazilian, hope you understand.