Hi guys,
I use the network manager for my project but i can’t find a good way to instantiate my player prebab. I want that after i press a button the name, color and tag change from some parameters. I’ve seen that some people use an overide with OnServerAddPLayer but i don’t see any good documentation to set this up and how it work.
Ok i found out myself what i need to do to instantiate my player.
You have to put on the networkmanager script ClientScene.AddPlayer(0);
and it work fine for me.
I still don’t know how to change the color of the player so everyone can see it.