Skip to content

Mixed Reality OpenXR Plugin v1.2.0

Compare
Choose a tag to compare
@yl-msft yl-msft released this 20 Nov 07:50
· 80 commits to main since this release
98701d4

[1.2.0] - 2021-11-18

  • Depends on version 1.3.0 of Unity's OpenXR plugin.
    • Supports better HoloLens hand interaction action binding
    • Fixed a crash during app suspend/resume when taking MRC video
  • Depends on version 4.2.0 of XR management package.
  • Fixed a bug where sometimes the the project settings assets are not created before being used.
  • Added Microsoft.MixedReality.OpenXR.Remoting.AppRemoting.Listen function to support listen mode for a Holographic Remoting remote app.
  • Added new enum value HandshakePermissionDenied to enum type RemotingDisconnectReason.
  • Fixed a bug where after a failed remoting connection the XR session automatically restarted and repeat the failure.
  • When hand tracking becomes untracked or out of view, the corresponding InputDevice for hand joints will remain valid and report isTracked = false, instead of invalidating the InputDevice.