This Unity Package Manager (UPM) package provides the Niantic Spatial SDK (NSDK) for Unity—native integration for AR features such as meshing, occlusion, object detection, localization, and more.
Add the package to your Unity project via the Package Manager:
- In Unity, open Window → Package Manager.
- Click the + button and choose Add package from git URL...
- Enter:
https://github.com/nianticspatial/nsdk-library-upm.git
To use a specific version, download the .tgz from the releases page, then in Package Manager choose Add package from tarball... and select the file.
If you run into issues or need platform setup (Android, iOS, etc.), see our Setup Guide. For sample projects and feature walkthroughs, see the documentation.