Quantcast
Channel: Recent Discussions — Photon Engine
Viewing all articles
Browse latest Browse all 15755

New release gives Assets/Photon Unity Networking/Plugins/PhotonNetwork/NetworkingPeer.cs(655,22): er

$
0
0
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.

Viewing all articles
Browse latest Browse all 15755

Trending Articles