Never getting a Master Client

Options

Hello!

I've been playing around with PUN in Unity and so far I'm very impressed.

I've encountered one issue though I can't seem to find answers:

Multiple users join the room, they see each other, all seems fine, but no there is no Master Client.

My use case:

I want to create a Hashtable for custom room properties and use "PhotonNetwork.isMasterClient" to detect a Master Client so it can create the table.

Checking "PhotonNetwork.IsMasterClient" always returns false, even if I am the first one joining the room.

Anyone got any ideas on the possible reasons for this behaviour?

Again, everything runs fine (it seems), it's just that no one gets assigned to be the Master Client.


Thanks a lot, Happy Holidays!

Answers