Search Unity

Official Oculus XR Plugin 1.6.1 is now available

Discussion in 'VR' started by jj-unity, Nov 13, 2020.

  1. jj-unity

    jj-unity

    Unity Technologies

    Joined:
    Jan 4, 2017
    Posts:
    74
    You can grab the latest Oculus XR Plugin, version 1.6.1, from within Package Manager.

    Here are the release notes for changes since 1.5.0:

    1.6.1

    Changed
    • XR Management dependency changed to 3.2.16

    1.6.0-preview2

    Changed
    • Updated AudioSpatializer plugins to 1.52.0
    • Added more clarifying text if the Oculus XR Plugin fails to initialize on Windows
    Fixed
    • Fixed various AudioSpatializer .meta settings and Mac editor support

    1.6.0-preview1

    Added
    • Added bool Unity.XR.Oculus.Boundary.GetBoundaryConfigured()
    • Added bool Unity.XR.Oculus.Boundary.GetBoundaryDimensions(BoundaryType boundaryType, out Vector3 dimensions)
    • Added bool Unity.XR.Oculus.Boundary.GetBoundaryVisible()
    • Added void Unity.XR.Oculus.Boundary.SetBoundaryVisible(bool boundaryVisible)
    • Added void Unity.XR.Oculus.Development.TrySetDeveloperMode(bool enable) to enable extra Oculus runtime stats. This is enabled by default in development builds
    Changed
    • Updated to Oculus plugin 1.52.0. Note that this removes support for Go. If you still need to support Go, please use the integrated VR support in 2019.4 LTS, or use package version 1.5.0.
    • Removed the Android V2 signing setting
    • If the Oculus provider is enabled for Android, generated .apk files will no longer attempt to run on non-Oculus Android devices. If you need this to work, consider scripting general Android builds to disable Oculus for that build
    Fixed
    • Important classes are no longer stripped from Android builds if Minify is set to Proguard in the Android player settings
    • Fixed DllImport errors by guarding dllimport calls on unsupported platforms
    • Fixed Quest haptics not lasting for their intended duration
    • Made the Oculus Dash app termination code more cross platform friendly
    • Fixed the build processor to handle scripted build targets correctly
    • Fixed GetLocalTrackingSpaceRecenterCount log spam
    • Fixed incorrect check for DX11 setting when building Mac standalone