Different Character for player

fpaciello99

New member
Hi, I'm trying to implement a solution to display different characters for each team.
The problem is that when I spawn two different players, the team's prefab shows only in local but not on the network. (only the first prefab of the array is showing).
I'll post the code that I modified from the SingleCharacterSpawnManager and the MenuManager;
 

Attachments

  • Player.JPG
    Player.JPG
    133.7 KB · Views: 10
  • Menu.JPG
    Menu.JPG
    96.9 KB · Views: 10
  • Spawn.JPG
    Spawn.JPG
    98.4 KB · Views: 9
Top