Pros and Cons of PUN over Realtime

Options
I am really confused between pun and photon realtime. PUN was built on top on realtime and it uses high-level API and most of the people use it. My question is what are the disadvantages in photon real time which is solved in PUN.

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @mariappan,

    Thank you for choosing Photon!

    Did you read "What Is The Difference Between Photon Realtime And PUN?"?
    Is there a way to instantiate an object for all clients using OpRaiseEvent. I don't want to instantiate through Photon Network because I am using LoadBalancing client.
    You could do something like Manual Instantiation but you still need to replace network ID/entity concepts from PUN (which are implemented via ViewID/PhotonView) in Realtime.

    So to sum up, unless you have a very good reason not to use PUN or PUN specific features (most if not all are PhotonView related) then use PUN 2.