Skip to content

Install

Add the scoped registry

Add this to your project’s Packages/manifest.json:

{
  "scopedRegistries": [
    {
      "name": "lansenou",
      "url": "https://unity.lansenou.com",
      "scopes": ["com.lansenou"]
    }
  ]
}

Install the package

In Unity: Window > Package Manager > + > Add package by name, then enter com.lansenou.unitybridge.

This installs the per-platform native registration core (win-x64, macOS arm64) and the managed data-model and companion assemblies. It also installs the Unity bridge (MonoBehaviours, creation/localization flows, editor tooling), plus the Basic Anchor and AR Foundation Anchor samples.

Optional packages

Both are versioned in lockstep with the main package: same repo VERSION at release time. So there is only one version number to track across all three.

Install either the same way: Window > Package Manager > + > Add package by name.

Try the evaluation demo

After installing com.lansenou.unitybridge.demo, import its sample from the Package Manager’s Samples tab.

Next: build a scene

License setup, trial keys and offline verification: Licensing.