How to create a server and keep the players in room count 0

Options

When I create a server the players in the room starts at 1 because of me. I want the server to exist with 0 players when I create it. How can I do this?

Best Answer

  • Tobias
    Tobias admin
    Answer ✓
    Options

    You can re-write the server. The Photon Server SDK will help.

    Or less jokingly: Make it work with the 1 as first player's actorNumber. It's a given and a lot of logic depends on this.

Answers

  • Tobias
    Tobias admin
    Answer ✓
    Options

    You can re-write the server. The Photon Server SDK will help.

    Or less jokingly: Make it work with the 1 as first player's actorNumber. It's a given and a lot of logic depends on this.