Hello!
I'm trying to make a multiplayer game, and have stumbled upon a problem I just can't solve..
I have a player input his name in main menu scene, then that name gets saved to PlayerPrefs and player connects to the host, the player has child Canvas with child Text on it.
On Start() I pull the name from playerPrefs and set it to Text.text, and it should sync with other players, the name is displayed above the players head..
As far as I've understood, It should look something like...
How to get player names sync?
I'm trying to make a multiplayer game, and have stumbled upon a problem I just can't solve..
I have a player input his name in main menu scene, then that name gets saved to PlayerPrefs and player connects to the host, the player has child Canvas with child Text on it.
On Start() I pull the name from playerPrefs and set it to Text.text, and it should sync with other players, the name is displayed above the players head..
As far as I've understood, It should look something like...
How to get player names sync?