AR object tracking plugin for Unity. Track real-world objects in real time using your device's camera.
- iOS — AR Foundation with ARKit
- Android — AR Foundation with ARCore
- Desktop — Webcam support for development
Add to your project's Packages/manifest.json:
{
"dependencies": {
"com.formulaxr.tracker": "https://github.com/FormulaXR/xrtracker-package.git"
}
}To pin a specific version:
{
"dependencies": {
"com.formulaxr.tracker": "https://github.com/FormulaXR/xrtracker-package.git#v1.0.0"
}
}Note: This package uses Git LFS for native plugins. Ensure Git LFS is installed on your machine.
Follow the Quick Start guide to track your first object in under 5 minutes.
- Documentation: docs.xrtracker.net
- Email: support@formulaxr.com
- Discord: Developer Community
- Issues: GitHub Issues
XRTracker works out of the box with a free license. Tracking is limited to 60 seconds of active tracking time per session. Restart the Unity Editor or app to reset the timer.
For a 15-day unlimited trial or to purchase a Developer/Commercial license, contact sales@formulaxr.com.
Proprietary — FormulaXR. See LICENSE and Terms of Use for details.