PhotonNetwork.Connect in v1.27[Solved]

Options
Hello.

I just upgraded my version of Pun "v1.24 (October 18, 2013)" to the last ("v1.27 (15 September 2014)"), and I am getting an error:
error CS0117: `PhotonNetwork' does not contain a definition for `Connect'

I understand the why of this issue ... I'm Connect with:
PhotonNetwork.Connect(Region, 5055, my_AppID, "v2.0.1");

the questions is that a method was replaced this, in the version "v1.27 (15 September 2014)",I need to set the wing region which connect from my script, therefore he did not use
PhotonNetwork.ConnectUsingSettings("v1.0");

thanks for reading.

Comments

  • lol.
    I have resolved this very fast :) , I read the new documentation and I realized that now is used:
    PhotonNetwork.ConnectToMaster
    
    .