리소스를 임포트를 하려고 했는데 이런 에러가났다.
알아보니 이런 오류가나는 몇가지 이유들이 있었다.
1. 파일경로에 영어외의 문자가 있을경우
2. 패키지작성자와 패키지수신자의 버전이 맞지 않는 경우
3. 패키지를 export하는 압축 과정중에 아직 끝나지 않은 경우에 유니티를 종료했을 경우
나는 3번째 경우였다.
'개발오류모아두기' 카테고리의 다른 글
개발오류)UnityEditor.Graphs.Edge.WakeUp () (10) | 2019.06.14 |
---|---|
개발오류) Setting the parent of a transform which resides in a Prefab Asset is disabled to prevent data corruption (GameObject: '2(Clone)').UnityEngine.Transform:set_parent(Transform) (0) | 2019.05.18 |
개발오류)정적클래스에 생성자는 불가? (0) | 2019.04.29 |
개발오류)동적생성 오류 static관련 (0) | 2019.04.25 |
개발오류)동적생성 오류 ArgumentException..(유니티) (0) | 2019.04.25 |