Programmer:)
[Unity] Vuforia SDK 셋팅법 (Unity 2019.2 이후 버전) 본문
프로젝트 버전 : Unity 2020.3.17f1 (64-bit)
-> 2017.2~ 2019.2 까지는 Unity 모듈 설치로 이용가능. 이외의 버전은 Vuforia 사이트에서 해당 SDK를 다운받아 import 시켜야 함.
Vuforia SDK 다운로드 사이트:
https://developer.vuforia.com/downloads/sdk
SDK Download | Vuforia Developer Portal
To reset your password please enter the email address associated with your account. An email will be sent to you with instructions on how to complete changing your password.
developer.vuforia.com
unitypackage로 다운로드 후 import 시킨다.
그러면 아래의 [사진1]과 같이 GameObject 메뉴에 Vuforia Engine 항목이 생김.
AR Camera를 클릭하여 씬에 ARCamera를 추가한다.
ARCamera Inspector에서 Open Vuforia Engine configuration을 클릭한다.
[사진2]참조
[사진3]의 App License key에 License를 등록을 해줘야한다.
Add License 버튼을 클릭하면 Vuforia License 를 얻을 수 있는 창으로 이동한다. (Vuforia 로그인해야함.)
만든 라이센스가 없다면 Get Basic 버튼을 클릭하여 생성
있다면 해당 라이센스를 복사하여 [사진3]의 영역에 붙여넣기 하면 된다.
이렇게 하면 기본 Vuforia 셋팅이 완료된다.
(안드로이드 셋팅법은 추후 게시물을 만들어 기재할 예정)
'DEV > Unity' 카테고리의 다른 글
[Unity] ADB(Android Device Bridge) Setting (Window10 Pro) (0) | 2022.02.09 |
---|---|
[Unity] Android Build StatusBar and NavigationBar Visible/Hidden 안드로이드 상태바 네비게이션바 컨트롤 (0) | 2022.01.27 |
[Unity] user32.dll을 이용한 윈도우 컨트롤 (feat.Title bar 제거) (0) | 2021.10.19 |
[Unity] Android TEST 방법 Unity Remote 5 (0) | 2021.03.11 |
[Unity] Zxing을 이용한 QR코드 생성방법 (0) | 2021.03.10 |