ARC eye AR SDK is a Unity package that enables easy augmentation of objects placed in space using data from AMapper, an AR content authoring tool.
- 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/ARCeyeARSDK.git?path=Assets/ARSDK
If you are not installing ARSDK via UPM, you can add it directly to your project using the following method.
- Download
ar-sdk-x.x.x.unitypackagefrom the repository. - Click Assets > Import Packages > Custom Package… in the Unity top menu, then find and add ar-sdk-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.