[Unity 이슈] Editor에서는 잘 되지만 Build가 안되는 이슈
·
유니티(Unity)/이슈 도감
✍️ 개요 최근에 빌드를 했는데... 위 사진처럼 Package에서 빌드 오류가 발생했습니다. 간혹 빌드 시 일부 스크립트에서 using 구문에서 오류가 발생하곤 합니다. 오늘은 이 부분에 대해서 원인과 해결책을 살펴보도록 하겠습니다.만약 Build 시 아래 오류가 발생한다면 아래 해결책으로 해결될 수 있습니다. The type or namespace name 'PackageManager' does not exist in the namespace 'UnityEditor'The type or namespace name 'EditorWindow' could not be foundThe type or namespace name 'Editor' does not exist in the namespace ..