Fusion Meta XR Integration

Level 4

Overview

Fusion Meta XR Integration provides a ready to use Unity project using Meta packages with Photon.

It contains two scenes :

  • Multiplayer-MR-MetaAvatar : this MR scene contains Meta building blocks only.
  • Multiplayer-MR-PhotonAvatar : this MR scene uses a modified Meta Rig to use an alternative avatar solution. The component UserSpawner is added on the NetworkManager in order to spawn the player prefab when the network is connected. Both controller and finger tracking modes are supported.
  • Multiplayer-MR-PhotonAvatarWithPen: this scene is quite similar to Multiplayer-MR-PhotonAvatar, but add compatibility with the Logitech MX Ink pen, and also add a pen from the LineDrawing add-on, usable without a MXPen. Note that the pen is not detectable in editor mode, to force a simulated detection, check "Force Right hand pen" editor-only option in the HardwareMXPen component if you have a stylus.

Technical Info

  • The project has been developed with Unity 2022.3.3, Fusion 2.0.2, Photon Voice 2.53, and tested with the following Meta packages :
    • Meta XR Core SDK 68.0.2 : com.meta.xr.sdk.core
    • Meta XR Platform 68.0.0 : com.meta.xr.sdk.platform
    • Meta Avatars 24.1.1 : com.meta.xr.sdk.avatars
    • Meta XR Interaction SDK 68.0.1 : com.meta.xr.sdk.interaction.ovr

Before You start

  • To run the sample, first create a Fusion AppId in the PhotonEngine Dashboard and paste it into the App Id Fusion field in Real Time Settings (reachable from the Fusion menu). Then load the Launch scene and press Play.
  • Also, you need to add your Meta AppId in the Meta/Platform/Edit Settings Menu in order to use Meta features (Meta avatar or colocation)

Download

Version Release Date Download
2.0.2 Sep 06, 2024 Fusion Meta XR Integration 2.0.2 Build 650

Used XR Addons & Industries Addons

To make it easy for everyone to get started with their 3D/XR project prototyping, we provide a few free addons. See XR Addons for more details. Also, we provide to our Industries Circle members a comprehensive list of reusable addons. See Industries Addons for more details.

A specific Meta Core Integration addons has been developed to facilitate Meta building blocks support.

Back to top