반응형
250x250
Notice
Recent Posts
Recent Comments
Link
«   2024/11   »
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
Archives
Today
Total
관리 메뉴

폴크(FOLC)

Unity S/W - 예외처리1 본문

Unity/Unity 사용법

Unity S/W - 예외처리1

folcjin 2021. 8. 6. 22:02
728x90
반응형

# 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 - 노트북에 기본 설치된 버전 )

728x90
반응형
사업자 정보 표시
사업자 등록번호 : -- | TEL : --

'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