유니티 Phton.pun namespace error
포톤 멀티플레이어를 해보다가 스크립트 작성 중 using Phton.pun 선언이 안되었다. error CS0234: The type or namespace name 'pun' does not exist in the namespace 'Photon' (are you missing an assembly reference?) error CS0246: The type or namespace name 'MonoBehaviourPunCallbacks' could not be found (are you missing a using directive or an assembly reference?) 열심히 구글링 하고 찾아보니 비주얼스튜디오 버그라는 것. 2019.3.11f1에서 실행이 된다고 하니 설치 후 새로 프로..
프로그래밍/유니티
2021. 4. 7. 23:11