Player tracking

Options

Im making a player tracker for a game im working on... Is there any way to see what room a player is in based off of photon id?

Answers

  • Tobias
    Options

    You don't have to track users. We do.

    Players should possibly use FindFriends to find someone they know.

    External matchmaking is also an option. In that case, use WebHooks to get updates when rooms are created, joined, left, etc. With that info, your service could track who is where. See "WebHooks" in the docs.