Skip to content

1.12.0

Compare
Choose a tag to compare
@Needle-Mirror-Bot Needle-Mirror-Bot released this 07 Aug 23:01

[1.12.0] - 2024-08-01

Added

  • Add class MetaQuestTouchPlusControllerProfile.QuestTouchPlusController interaction profile to support Meta Quest Touch Plus Controllers.
  • Added a validation rule to warn you that soft shadows can negatively affect performance for Microsoft HoloLens.
  • Added a validation rule to infrom you to make the OpenXR Loader an active loader in XR Plugin Management if there are active OpenXR features in the OpenXR settings.
  • Added OpenXRSettings.autoColorSubmissionMode boolean property to specify OpenXR to use a platform-supported color format in the display swapchain, or for you to manually set which format should OpenXR to use.
  • Added OpenXRSettings.colorSubmissionModes array property to control the color format used by the OpenXR display swapchain. The available options can be chosen from the OpenXRSettings.ColorSubmissionModeGroup enum. OpenXR will use supported color formats by the platform, starting from the first option in the list. In case none of the color formats supplied is supported by the platform, an error will be thrown. If no color formats are assigned, the format used will be RGBA32.
  • Added Automatic Color Submission Mode toggle and Color Submission Modes list to the OpenXR project settings tab, allowing you to manually specify the preferred color format to be used by the display swapchain. OpenXR will use supported color formats by the platform, starting from the first option in the list. In case none of the color formats supplied is supported by the platform, an error will be thrown. If no color formats are assigned, the format used will be RGBA32.

Fixed

  • Fixed sort order of OpenXR features listed based first on priority, then by name, preventing spurious changes in Settings files.