MixedRealityToolkit / MixedRealityToolkit-Unity

This repository holds the third generation of the Mixed Reality Toolkit for Unity. The latest version of the MRTK can be found here.
BSD 3-Clause "New" or "Revised" License
358 stars 91 forks source link

Add version of `Microsoft.MixedReality.OpenXR.EyeLevelSceneOrigin` to MRTK3, as the MR Plugin version will soon be deprecated and Unity doesn't have UI for setting Unbounded Space #43

Closed IssueSyncBot closed 12 months ago

IssueSyncBot commented 12 months ago

Original issue opened by:

@AMollis AMollis


Overview

Add version of Microsoft.MixedReality.OpenXR.EyeLevelSceneOrigin to MRTK3, as the MR Plugin version will soon be deprecated, and Unity doesn't have UI for setting Unbounded Space.

The EyeLevelSceneOrigin component will automatically switch the Unity's scene origin to an eye level experiences. It will try to use "Unbounded" origin mode on the XR Origin. This is needed, as the Unity inspector UI does not yet support this "Unbounded" mode.

For more information about unbounded space, see https://registry.khronos.org/OpenXR/specs/1.0/html/xrspec.html#XR_MSFT_unbounded_reference_space


ISSUE MIGRATION

Issue migrated from: https://github.com/microsoft/MixedRealityToolkit-Unity/issues/11749

IssueSyncBot commented 12 months ago

Original comment by:

@AMollis AMollis


Fixed with