Photon 3 Programming

sibsan
sibsan ✭✭
edited October 2011 in DotNet
Hello,
I just wonder about Photon 3 Programming , I download Photon3 Server SDK and run on airVM.
Then try to code according this http://doc.exitgames.com/v3/photonserver/anapp%20from%20scratch page, the ChatServer and ChatClient worked well.

But I had read this page http://doc.exitgames.com/v3/new%20in%20photon%203/upgrading about upgrade from Photon2 -> photon3.
the document said:
◦IPeer and PhotonPeer have been removed.
but I still use
var peer = new PhotonPeer(client, true);
and it works?

my question is if I want to use the new Photon3 what tutorial or documents or samples that should be my guide?
Thanks!

Comments

  • That change note is about the server, your code example is the client.
    Sorry for the confusing doc.
  • Oh, I see
    Thanks so much.!