Photon assembly reference missing?

Hello. First time posting here. I am using VS Code, PUN, and Unity 2018 and attempting the tutorial. I've run in to an issue with VS Code,
I have some standard assets in my project but for some reason whenever I try to use a Photon class, such as Photon.PunBehaviour I get a syntax error saying Photon is not a valid assembly reference.

I know this is more of an issue with VS Code, but I'm lost. I haven't found any help elsewhere through google searches... perhaps y'all could help?

Comments

  • Hi @BraineeeeDev,

    this is indeed not an issue I want to relate to PUN directly. I did a quick search on the internet and found an article about how to configure Unity to work with VSCode. If you haven't done these steps, I would recommend you following the steps on this page and see if it works afterwards. If it doesn't and you can't find another solution, you can also try using Visual Studio. The community edition is free as well and this one definitely works with Unity (and PUN).