What is EventCode 202 ?

Options
Marek
Marek
edited April 2014 in Photon Server
Hi, i just noticed that server receives an event 202 (client is Photon Unity) but i can't find any definition for that event code. Can you please explain this event to me ? Thanks

Comments

  • Tobias
    Options
    You mean PUN?
    In this case, it's an "Instantiate".

    The class PunEvent lists all events but they are just named, not explained. PUN isn't really built for extensions on the server side.
    You can either try to analyze what PUN does or work with the plain Photon LoadBalancing API.
    What's better depends on your needs. What do you try to achieve?
  • Marek
    Options
    Thanks for answer, with this event nothing, i was just curious. But i already extended server side with 20+ events and even more operations and still more are coming so i just wanted to know what does this event do and why not to use that event code :)