Search Unity

Register multiple Player Prefabs?

Discussion in 'Multiplayer' started by JDB-Artist, Sep 15, 2016.

  1. JDB-Artist

    JDB-Artist

    Joined:
    Dec 5, 2012
    Posts:
    41
    Hi there,

    quick question: How can I register multiple Player Prefabs with the NetworkManager Component?

    I give my users the option to play with a different character (10 in total). I added all of the prefabs to the Spawnable Gameobjects slot in the Manager and tried assigning the correct prefab to the Player Prefab slot via Script.

    However when clients connect, it only spawns the player prefab the host selected. The clients selection is not acknowledged.