,I installed playfab to unity(unitysdk and playfabeditorextensions) and I have a problem with my scripts. The code works as expected, but I get this error: The type or namespace name 'PlayFab' could not be found (are you missing a using directive or an assembly reference?).
At the beginning I added using Playfab;
and there is the error I talked about above.
Please note that the code works perfectly, the error is just in visual studio.
Also interested in this topic. I’m using Unity 2020.1.3f1.