- Home /
Question by
Xonyne88 · May 07, 2020 at 09:38 AM ·
visual studio
Scripts Namespace error
,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.
Comment
Answer by Ogoku · Nov 01, 2020 at 03:46 PM
Also interested in this topic. I'm using Unity 2020.1.3f1.
Your answer

Follow this Question
Related Questions
debugging multiple gameobjects with the same script 0 Answers
Lost some colours when updating to new Visual Studio 2 Answers
Timer not going down 3 Answers