- Home /
[resolved] Visual Studio does not find a namespace from the project
I am working on a project for quite some time and all of a sudden, the following error appeared in Visual Studio (Mac):
The type or namespace name 'Pun' does not exists in the namespace 'Photon'.
I checked that PhotonUnityNetworking is still where it is supposed to be (Photon.Chat and Photon.Realtime are still found). Visual Studio is up to date (8.5.4).
Unity doesn't seem to have any such problems. The project is still built in the editor and behaves as expected. The namespace seems to just miss in Visual Studio. I have no idea what I did prior to losing the namespace.
Answer by unity_TG9bBd_mDxgafw · May 01, 2020 at 05:27 PM
I remembered what I did ... Some time today I upgraded to 2019.3.12f1. After reverting to 2019.3.11f1 everything works fine again.
Thank you, I've spend way to much time trying to fix this issue.
Your answer
Follow this Question
Related Questions
This Unity project was not generated for the Visual Studio Tools for Unity error. 4 Answers
photonnetwork turn based game rejoin room 0 Answers
Need help with joining a room in photon? 1 Answer
Photon PUN offline mode didn't work 2 Answers
I am developing a PUN Realtime project. I am having issues with players joining room. 0 Answers