I just pulled the new release of Photon PUN and Photon Chat. and I get this error.
Assets/Photon Unity Networking/Plugins/PhotonNetwork/NetworkingPeer.cs(655,22): error CS0122: `ExitGames.Client.Photon.PhotonPeer.SocketImplementation' is inaccessible due to its protection level.
I also get an error in ChatNewGUI.cs and had to add the namespace before AuthenticationValues.
this.chatClient.Connect(chatAppId, "1.0", new ExitGames.Client.Photon.Chat.AuthenticationValues(UserName)); I think because the namespace and the class are the same it gives an error.
Assets/Photon Unity Networking/Plugins/PhotonNetwork/NetworkingPeer.cs(655,22): error CS0122: `ExitGames.Client.Photon.PhotonPeer.SocketImplementation' is inaccessible due to its protection level.
I also get an error in ChatNewGUI.cs and had to add the namespace before AuthenticationValues.
this.chatClient.Connect(chatAppId, "1.0", new ExitGames.Client.Photon.Chat.AuthenticationValues(UserName)); I think because the namespace and the class are the same it gives an error.