Skip to content

Caerii/xrtracker-package

 
 

Repository files navigation

XRTracker

AR object tracking plugin for Unity. Track real-world objects in real time using your device's camera.

Supported Platforms

  • iOS — AR Foundation with ARKit
  • Android — AR Foundation with ARCore
  • Desktop — Webcam support for development

Installation

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.

Quick Start

Follow the Quick Start guide to track your first object in under 5 minutes.

Support

License

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.

About

AR object tracking plugin for Unity. Supports AR Foundation (iOS/Android) and desktop webcams. Silhouette, depth, and edge-based tracking modalities with real-time performance.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C# 98.5%
  • ShaderLab 1.5%