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를 쓸 수 있다.
그렇게 하도록 하자.
반응형
'게임 > Unity3D' 카테고리의 다른 글
[Unity3D] SkinnedMeshRenderer 와 Renderer (0) | 2013.03.11 |
---|---|
[Unity3D][Shader][Itween] ColorFrom Function Error "Material doesn't have a color property '_Color" (0) | 2013.03.08 |
[Unity3D] 투명, 색 지정 가능한 2 pass 관련 쉐이더 (0) | 2013.03.08 |
[Unity3D] 유니티의 게임오브젝트 관리 (0) | 2013.02.14 |
[Unity3D] Animation 에 추가됬으면 하는 기능 (0) | 2013.02.13 |
[Unity3D] Active에 관해. (0) | 2013.02.06 |
[Unity3d] camera orthographic size (1) | 2013.01.22 |
[Unity3D] Inspector 에 구조체 내용 보이게 하기 (0) | 2013.01.07 |
[Unity3D][스크랩] 애니메이션 스크립팅(Animation Scripting) (0) | 2012.12.26 |
[Unity3D] Draw Call 과 Batching (0) | 2012.12.06 |