1.2.0
版本发布时间: 2021-05-18 23:13:07
needle-mirror/com.unity.xr.openxr最新发布版本:1.1.1(2021-04-09 03:14:10)
[1.2.0] - 2021-05-06
- Enabled Android build target for Oculus Quest via the
Oculus Quest Support
feature. - Removed
experimental
text from OpenXR plugin help icon. - Removed
Linear
color space restriction for all build targets and graphics apis except OpenGLES. - Fixed bug with haptics that caused
XRControllerWithRumble.SendImpulse
to not work withOpenXR
. - Fixed bug that could cause some interaction profile device layouts to not be registered on startup.
- OpenXR Settings UI reworked to make managing features and interaction profiles easier.
- Added menu item to open Project Validation window (
Window > XR > OpenXR > Project Validation
). - Project validation window now supports manual fixes for an issue.
- Project validation window now supports optional help links for an issue.
- Added
OpenXRFeature.OnEnableChanged
method to give features a chance to handle their enabled state changing. - Added
IPackageSettings.GetFeatures
method that returns all features of a given type from all build targets.