Skip to content

1.7.0

Compare
Choose a tag to compare
@Needle-Mirror-Bot Needle-Mirror-Bot released this 09 May 13:49

[1.7.0] - 2023-02-21

Fixed

  • Fixed - Meta builds now don't include Bluetooth permissions in Android manifest by default when using Microphone class in script code.
  • Fixed crash in OpenXR runtime debugger when cache size is set to 0.
  • Fixed OpenXR project validation to check for correct versions of OpenGLES in Unity 2023 and up.
  • Fixed crash when runtime reports an invalid view configuration from xrWaitFrame.
  • Fixed - OpenXR plugin will only look up functions from supported and enabled extensions.
  • Fixed GPU selection in multi-GPU scenarios.

Updated

  • Updated documentation for the Meta Quest feature.

Added

  • Added API OpenXRRuntime.retryInitializationOnFormFactorErrors to retry xrGetSystem during initialization if xrGetSystem returns a form factor error.
  • Enable XR_META_performance_metrics. This enables performance stats for Meta Quest devices on OpenXR.
  • Add class MetaQuestTouchProControllerProfile.QuestProTouchController new interaction profile to support Meta Quest pro controllers.
  • Added ability for OpenXRFeature derived classes to add Awake() functions.
  • Added API OpenXRInput.GetActionIsActive to check whether an InputAction has any bindings which are currently active.
  • Added API OpenXRInput.GetActionHandle to get the action handle of an InputAction and returns 0 if not found.

[1.6.1-preview.1] - 2022-12-01