com.unity.xr.oculus 1.7.0-preview.2
Notes: processedReleased December 10, 2020
Unity Compatibility
Minimum Unity: 2019.4 (0f1)
Package Dependencies
- com.unity.ugui (1.0.0)
- com.unity.xr.management (3.2.16)
✨ 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
