Hello, I try to create a multiplayer game. When the second player connect to the server then he is not see the tecture of the first player. The same happens with the first player, he is not see the texture of the second player. What can I do? Thanks!
Each player has data that stores what texture they need. When you connect, the game checks what texture the other player needs and the game applies it.