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