com.unity.xr.oculus 2.0.0-preview.1

com.unity.xr.oculus

Notes: processedReleased October 27, 2021

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2020.3 (21f1)

Package Dependencies

Features

  • Added support for Application SpaceWarp to enable smoother experiences at lower framerates. **Note:** This feature currently requires a customized version of the URP package that is provided by Oculus. You shouldn't enable this feature if you aren't using that custom URP package
  • Added experimental support for Late Latching when using Vulkan on Quest devices

📈 Improvements

  • Updated Oculus plugins to v33 with the OpenXR backend. **Note:** Gamma color space is no longer supported with GLES with the OpenXR backend, so projects need to use linear color space, or switch to Vulkan. Users on 2020.3 can continue to use the verified 1.x.y versions of this package if they don't wish to update to the OpenXR backend
  • Bumped minimum version to 2020.3.21f1
  • Changed `SetFoveationLevel(int level)` to return a bool. FFR APIs should succeed on mobile and fail on desktop
  • Removed package dependency on `com.unity.ugui`

API Changes

  • Removed unsupported `InputFeatureUsage volumeUp` and `InputFeatureUsage volumeDown` from OculusUsages