Unity Vuforia 구버전 다운로드 방법

MINGKYME·2021년 5월 25일
0

오래된 프로젝트를 열어보니 Vuforia가 버전이 맞지 않아 에러가 발생해 프로젝트를 실행할 수 없었다.

해결 방법
Unity Project - Packages - manifest.json

 "dependencies": {
       "com.ptc.vuforia.engine": "git+https://git-packages.developer.vuforia.com#9.0.12"
 }

9.0.12 부분을 원하는 버전으로 변경하면 된다.
변경 후 프로젝트 재 실행 시 자동으로 다운로드 된다.


출처
https://library.vuforia.com/articles/Solution/vuforia-engine-package-hosting-for-unity.html

profile
불편함을 해소하기 위해, 오늘도 디버깅을 합니다.

0개의 댓글