Hi, I'm trying to use Photo with Playfab (already got it working to create account and login).
My problem is : unity gives me an error on the line :
using ExitGames.Client.Photon.LoadBalancing;
"Assets/SCRIPTS/Managers/Menu/LobbiesWindowManager.cs(7,31): error CS0234: The type or namespace name `LoadBalancing' does not exist in the namespace `ExitGames.Client.Photon'. Are you missing an assembly reference?"
I actually downloaded photon from the asset store and I think I have everything I need, so, what am I missing ?
I hope you can help me!
My problem is : unity gives me an error on the line :
using ExitGames.Client.Photon.LoadBalancing;
"Assets/SCRIPTS/Managers/Menu/LobbiesWindowManager.cs(7,31): error CS0234: The type or namespace name `LoadBalancing' does not exist in the namespace `ExitGames.Client.Photon'. Are you missing an assembly reference?"
I actually downloaded photon from the asset store and I think I have everything I need, so, what am I missing ?
I hope you can help me!