Updating from PUN+ 1.58 to 1.61 chatClient can't get instantiated properly

Options
I've just updated my PUN+ from 1.58 to 1.61 and I get NullReference exception at chatClient.Service(); without changing anything.. it works perfectly on my backup at 1.58 PUN.. Please help..

Comments

  • Ilkp
    Options
    Actually it is there but when calling Service().. it returns the following StackTrace in exception:
    at ExitGames.Client.Photon.EnetPeer.DispatchIncomingCommands () [0x00000] in :0
    at ExitGames.Client.Photon.PhotonPeer.DispatchIncomingCommands () [0x00000] in :0
    at ExitGames.Client.Photon.PhotonPeer.Service () [0x00000] in :0
  • Ilkp
    Options
    SOLUTION: Deleted all .dll files included in the Assets folder and reimported the new Photon3Unity3D.dll and it worked perfectly! :)