InRoomTime sometimes starts with random time

Options
Sometimes when a client creates a room, and is therefore MasterClient, the InRoomTime.cs holds invalid values, rather than zero if it's not ready. Sometimes InRoomTime.RoomTimestamp is set to 1.5bn or something random, and I've just left the room running for a while and this timestamp is never corrected. I don't know if it's just failing to set or detect changes to custom properties, but I was expecting the value of InRoomTime.RoomTimestamp to be near zero as the script promises.

It only happens sometimes - perhaps 1 in 5 times a client creates a new room. Any ideas how to track down what is happening?

Comments