1.3.0
版本发布时间: 2021-11-12 01:13:51
needle-mirror/com.unity.xr.openxr最新发布版本:1.1.1(2021-04-09 03:14:10)
[1.3.0] - 2021-10-20
Added
- Added API
OpenXRInput.SendHapticImpulse
- Added API
OpenXRInput.StopHaptics
- Added API
OpenXRInput.TryGetInputSourceName
- Added event
OpenXRRuntime.wantsToRestart
- Added event
OpenXRRuntime.wantsToQuit
- Added support for
XR_OCULUS_audio_device_guid
extension. - Added
Haptic
control to OpenXR Controller Profile layouts that can be bound to an action and used to trigger haptics using the newOpenXRInput.SendHapticImpulse
API.
Fixed
- Fixed ARM32 crash when OpenXR API layers were present
- Fixed issue that would cause console errors if
OpenXRFeature.enable
was changed while the OpenXR Projects Settings windows was open. - Fixed potential Android crash when shutting down.
- Fixed potential crash with
XR_MSFT_SECONDARY_VIEW_CONFIGURATION_EXTENSION_NAME
- Fixed issue with alpha channel on Projection layer causing visual artifacts.
- Fixed bug that caused Vulkan support on Oculus to stop working.
- Fixed missing usages on
HoloLensHand
layout. - Fixed vulkan shared depth buffer on versions
2021.2.0b15
and2022.1.0a8
or higher.
Updated
- Improved
OpenXRFeatureSetManager.SetFeaturesFromEnabledFeatureSets
so that no internal methods are required after calling this. - Updated
Controller
sample to improve the visuals and use the new APIs