CachingEvent

Options
Hi, what method use to send CachedEvent from PUN ?
I can't find anything in code nor documentation. Thanks

Comments

  • Tobias
    Options
    You mean in RaiseEvent?
    Use RaiseEventOptions.CachingOption with the options *RoomCache*. The other options for caching are either not relevant or outdated.
    The RoomCache keeps the order of cached events and will be sent to new users before they get any other events. We implented Instantiate based on this.
  • Marek
    Options
    Thank you very much.
    I've made my own method for raiseEvent so i didn't saw RaiseEvent method overloads with EventCaching parameter :/:) Thanks again.

    And can i cache event which is raised on Server (with BroadCastEvent)?