This document is about: FUSION 2
SWITCH TO

Meta Core integration

Fusion XR prototyping Addons

This addon shows how to synchronize the hand state of Meta's OVR hands (including finger tracking).

It can display hands either:

  • from the data received from grabbed controllers
  • from finger tracking data.

It relies on the XRHands synchronization add-on for finger tracking.

Due to that, the same network representation can be used in cross-platform applications, for instance with a visionOS rig using OpenXR and a Meta Quest rig based on OVR.

Aside from this specific point, it is very similar to the Meta OVR hands synchronization add-on

Dependencies

  • XR Shared add-on
  • XRHands synchronization add-on
  • Meta XR Core SDK
  • VoiceHelpers (in the demo scene, for a prefab coming from the add-on used in it)

Download

This addon latest version is included into the free XR addon project

Supported topologies

  • shared mode

Changelog

  • Version 2.0.0: First release
Back to top