Hello, I am building a game where server starts and nothing is showed.
Then when the first client connects to server, client tell to server which prefab load with authority for this first client, he can move the 3Dmodel.
When the second client connects to server he should load the prefab that first client told to server (just spawn the model) and see how first client moves his "player" = 3Dmodel.
The problem is when second client connect to server he doesn't spawn the prefab because he...
Spawn prefab dynamically
Then when the first client connects to server, client tell to server which prefab load with authority for this first client, he can move the 3Dmodel.
When the second client connects to server he should load the prefab that first client told to server (just spawn the model) and see how first client moves his "player" = 3Dmodel.
The problem is when second client connect to server he doesn't spawn the prefab because he...
Spawn prefab dynamically