The foundation for
Augmented Reality Perception

Transform physical spaces into digital environments with Resight Engine, our advanced spatial computing platform that goes beyond traditional 3D scanning.

Real-Time Understanding

Convert physical environments into digital intelligence instantly, enabling immediate spatial analysis and understanding.

Enhanced AR Integration

Create more than just meshes - develop rich information layers that seamlessly integrate with AR applications and enhance spatial context.

Designed for Developers

Built from the ground up by developers for developers, to let you focus on what's important: making a great app.

Supports Unity
1func makeUIView(context: Context) -> ARView {
2 let arView = ARView(frame: .zero)
3 let boxAnchor = try! Experience.loadBox()
4
5 // -- ReSight's part ---
6 LibResight.RealityKitPlugin.instance.delegate = self
7 LibResight.RealityKitPlugin.instance.initialize(
8 "Developer-Key", namespace: "demo", view: arView)
9
10 let rsAnchor = LibResight.ResightAnchor(
11 world: matrix_identity_float4x4);
12
13 rsAnchor.addChild(boxAnchor.steelBox!)
14
15 return arView
16}

For Creators, by Creators

Designed to work seamlessly with Unity, drag and drop Resight's component to make objects persist in the world over time and be synchronized across all users

Resight Unity Integration

Create Shared Reality

Transform AR into shared experiences with near-zero latency. Our mesh network automatically syncs data across users, enabling true cross-platform collaboration.

Persistent AR Anchoring

Add digital layers to physical spaces that persist over time. Create location-based experiences that seamlessly blend real and digital worlds, accessible instantly on any device.

Control AR contentfrom your desktop

Transform how you manage AR experiences with powerful desktop tools. Edit and debug your spatial data with precision and ease.


Desktop control Manage and edit AR content directly from your computer.
Cross-device sync Changes sync instantly between desktop and mobile.
Advanced tools Debug and optimize your AR applications with precision.