com.unity.xr.oculus 1.7.0-preview.2

com.unity.xr.oculus

Notes: processedReleased December 10, 2020

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.4 (0f1)

Package Dependencies

Features

  • Added target devices to the Android settings. These are used to configure the supported devices list in the Android manifest. For example, enabling Quest 2 will allow 80/90Hz refresh rates on Quest 2.
  • Added `bool TryGetAvailableDisplayRefreshRates(out float[] refreshRates)`
  • Added `bool TrySetDisplayRefreshRate(float refreshRate)`
  • Added `bool TryGetDisplayRefreshRate(out float refreshRate)`

🔧 Bug Fixes

  • Fixed `XRDevice.refreshRate` not updating correctly
  • Fixed `indexTouch` and `thumbTouch` usages always returning false
  • Removed the Mac audio spatializer plugin to work around a crash on startup on M1 based Macs