📄️ Supported Environments
Unity
📄️ VLSDK 설치
VLSDK는 다음 두 가지 방법을 통해 설치할 수 있습니다. 개발 환경에 따라 선호하는 방법으로 설치를 진행할 수 있습니다.
📄️ 프로젝트 설정
Unity에서 AR 기능을 사용하기 위해서는 아래와 같은 방법으로 프로젝트의 설정값을 수정해야 합니다. 만일 프로젝트 생성 시 기본 템플릿 중 AR Mobile 템플릿을 사용한 경우 아래 과정은 생략할 수 있습니다.
📄️ Create VLSDKManager
VLSDKManager is an object that helps you use the VL API. It manages calls to various VL APIs and, using Unity's ARFoundation or user datasets, sends VL requests and processes the responses to calculate the real-time position in global space.
📄️ Create VLSDKSettings
You cannot use the VL API by only creating VLSDKManager. You must create a VLSDKSettings file to configure VLSDKManager for VL API usage.
📄️ Apply VLSDKSettings
Applying the Settings File
📄️ Sample Projects
VLSDK provides the following sample projects. If you installed VLSDK via UPM, you can add sample projects through the Samples tab of the VLSDK package in the Package Manager. If you installed via Custom Package, all sample projects are included in the Sample directory.