비주얼 스튜디오 코드에서 using Photon.Pun 이 안되는 경우
Missing Photon Pun assembly reference with Visual Studio Code 1.50.1
I am developing Unity game apps on a PC using C#, using Visual Studio Code as the editor. The apps are targeted at PC and Android. Multiplayer uses Photon Pun 2. The Unity version is 2019.3.14F1 - ...
stackoverflow.com
using Photon.Chat / .Realtime 만 뜨고...
using Photon.Pun; 이 먹히질 않아서 비주얼 스튜디오 코드 문제인가하고 문제 해결을 위해 뭔가 이것저것 해봄
그래도 안됨 ㅠ 버전을 내려야 하나 고민하다가
https://discussions.unity.com/t/photon-pun-2-using-photon-pun-not-working/235916/3
Photon Pun 2 "using photon.pun" not working.
I fixed that problem on my machine by removing and re-importing PUN. May there were some issues while importing. I also switch to .NET 4.x bevor reimport. But I don’t know if this had any affect to it.
discussions.unity.com
어..? 혹시나 해서 보니까..
Pun2 가 아니라 클래식을 임포트 했었던 거임 ;
다시 PUN 2 제대로 받고 ...
해결되었다...