일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- inheritance
- parameter
- Class
- preprocessing
- Read
- compare
- Android
- Unity
- Pointer
- public
- APP
- flutter
- SERIAL
- digitalRead
- file access
- Barcode
- Contour
- Binary
- UNO
- Encapusulation
- length
- java
- wpf
- sensor
- aduino
- memory
- stream
- mfc
- atmega328
- Overloading
- Today
- Total
폴크(FOLC)
Unity S/W - 예외처리1 본문
# Unity 프로젝트 컴파일 관련
> 이미지 트레킹 관련 라이브러리(AR) 연동에서 컴파일 오류 발생
Failed to generated ARCore reference image library 'ReferenceImageLibrary'
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
BuildFailedException: Failed to generate image database. Output from arcoreimg:
Error building Player: 2 errors
Build completed with a result of 'Failed' in 0 seconds (131 ms)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
UnityEditor.BuildPlayerWindow+BuildMethodException: 3 errors
at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (UnityEditor.BuildPlayerOptions options) [0x002ca] in <25e9afc147634a5ca855ab83fab425dd>:0
at UnityEditor.BuildPlayerWindow.CallBuildMethods (System.Boolean askForBuildLocation, UnityEditor.BuildOptions defaultBuildOptions) [0x00080] in
<25e9afc147634a5ca855ab83fab425dd>:0
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
# 정확한 원인은 확인이 안되었지만 몇가지 작업으로 인해 컴파일 성공
> 현재 사용중인 PC 의 경우 - MS Office 삭제 후 재설치
> 현재 사용중인 PC 의 경우 - 백신 프로그램 제거 ( McAfee - 노트북에 기본 설치된 버전 )
'Unity > Unity 사용법' 카테고리의 다른 글
Unity S/W - 예외처리3 (0) | 2021.08.17 |
---|---|
Unity S/W - 예외처리2 (0) | 2021.08.17 |
Unity - Android 연동 ( AR 테스트 ) (0) | 2021.07.09 |
Unity 샘플 프로젝트 실행 테스트 (0) | 2021.07.07 |
Unity 설치 방법 (0) | 2021.07.07 |