Namespace name `PhotonPeer' could not be found...

Hi,

I already use Photon in my main project and I decided to update the SDK with the Unity 5.1.1f1. I try a lot of stuff, deleting some photon files, deleting all photons files but it give me the same error every time.. I want to build my game for Xbox One OS.

- Assets/Plugins/ChatApi/ChatClient.cs(32,31): error CS0246: The type or namespace name `IPhotonPeerListener' could not be found. Are you missing a using directive or an assembly reference?

- Assets/Plugins/ChatApi/ChatPeer.cs(20,31): error CS0246: The type or namespace name `PhotonPeer' could not be found. Are you missing a using directive or an assembly reference?


I use Photon 1.62 (Oct 13, 2015)

Thank you for your time!

Comments