3 messages · Page 1 of 1 (latest)
Networked spawning generally happens through the networking framework. I believe you call something on the NetworkServer. I also think you need to have a player object for each connection for the networking system to replicate all networked objects for the client.
You might need to use custom spawning logic in Mirror to deal with the PlayerInputManager wanting to spawn the PlayerInput object for you. I don't remember if you are able to register existing instances with PlayerInputManager.