Had deleting custom room properties ever been implemented in PUN1?

Options
Or will there always be a key once a room property is created?

Answers

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @Spektre,

    What do you mean?
    Are you referring to RoomOptions.DeleteNullProperties?

    In PUN1, by default, properties with null values will be deleted locally on the client (at least on the client who sets the values to null) but not on the server.

    The logic to enable deleting those also on the server is PUN2 exclusive (RoomOptions.DeleteNullProperties).