Hi!
I have such problem:
I use Unity3d v 5.3.2f1
After I updated Photon to last version (v. 4.0.5.1.) cloud build generate me such error:
[Unity] Assets/Plugins/PhotonChatApi/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?
[Unity] Assets/Plugins/PhotonChatApi/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 thought that this is my fault and created new project in Cloud Build, create new project in Unity3d and import last version of Photon there. Cloud build generates same error.
Any thoughts about it?
I have such problem:
I use Unity3d v 5.3.2f1
After I updated Photon to last version (v. 4.0.5.1.) cloud build generate me such error:
[Unity] Assets/Plugins/PhotonChatApi/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?
[Unity] Assets/Plugins/PhotonChatApi/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 thought that this is my fault and created new project in Cloud Build, create new project in Unity3d and import last version of Photon there. Cloud build generates same error.
Any thoughts about it?