Get time since room creation?

Is there a function for this?

Comments

  • Nope.
    But you can do it yourself :)

    Check out the class InRoomRoundTimer in the PUN package. It stores the time when the round starts. You can either set the time when you join the room (as in the demo) or you can start the game whenever all players are ready.
  • Thanks Tobias. :)