ARC eye VL SDK is a Unity package that estimates the position of mobile devices in space using the ARC eye Visual Localization (VL) API. This enables easy implementation of AR apps that utilize spatial information.
- Open Package Manager by clicking Window > Package Manager in the Unity top menu.
- Click the + button in the upper left corner of the Package Manager window, then click Add package from git URL and enter the following address:
https://github.com/NaverCloudPlatform/ARCeyeVLSDK.git?path=Assets/VLSDK
If you are not installing VLSDK via UPM, you can add it directly to your project using the following method.
- Download
vl-sdk-x.x.x.unitypackagefrom the repository. - Click Assets > Import Packages > Custom Package… in the Unity top menu, then find and add vl-sdk-unity-x.x.x.unitypackage to the project.
For detailed usage instructions, please refer to the official documentation.
For the complete open source license, please check LICENSE.