게임/Unity3D

[Unity3D] Editor 사용 시

Binceline 2013. 2. 12. 13:35

error CS0246: The type or namespace name `UnityEditor' could not be found.

위와 같은 에러가 뜰 때. 어떻게 할까.


다음과 같은 답변이 있었다.


your educated guess is right according the path the error shows.

UnityEditor is only available to classes that are within an "Editor" folder


Editor 라는 폴더에서만 UnityEditor를 쓸 수 있다.


그렇게 하도록 하자.

반응형