📄️ Supported Environment
Unity
📄️ Project Settings
To use AR features in Unity, you need to modify the project settings as described below. If you used the AR Mobile template when creating the project, you can skip the following steps.
📄️ VLSDK Package Installation
VLSDK can be installed in two ways. Choose the method that best fits your development environment.
📄️ 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. Here is how to create and configure the VLSDKSettings file.
📄️ Apply VLSDKSettings
Applying the Settings File