Can't see other players in my room

Options

Hello everybody. I'm trying to make a fps game, and I'm a newbie at coding. For some reasons, players can't see each other in a room. I don't know why it's happening. Here's the code I'm using to instantiate the player:

This is in my PlayerManager script where it handles all stuff related to the player. A player-manager gets instantiated whenever the client opens a room.

Answers

  • Bremstork
    Options

    Hello !

    Maybe it is due to something from your controller and not from your PlayerManager 🤔

    Could you send more information about your controller ?

  • Tobias
    Options

    This is too vague to help. It's also very basic, so I would recommend to check out the PUN Basics Tutorial as guide.