com.unity.xr.arcore 5.0.0-pre.9
Notes: processedReleased April 18, 2022
Unity Compatibility
Minimum Unity: 2021.2
Package Dependencies
- com.unity.modules.androidjni (1.0.0)
- com.unity.modules.unitywebrequest (1.0.0)
- com.unity.xr.arfoundation (5.0.0-pre.9)
- com.unity.xr.management (4.0.1)
✨ Features
- Added support for a new [OcclusionPreferenceMode.NoOcclusion](xref:UnityEngine.XR.ARSubsystems.Configuration.OcclusionPreferenceMode) mode that, when set, disables occlusion rendering on the camera background when using [ARCameraBackground](xref:UnityEngine.XR.ARFoundation.ARCameraBackground) and [AROcclusionManager](xref:UnityEngine.XR.ARFoundation.AROcclusionManager).
- Added the method `CancelPermissionRequest` in [ARCorePermissionManager](xref:UnityEngine.XR.ARCore.ARCorePermissionManager) for users who want to do permission handling on their own. This addresses issue 1387507.
🔧 Bug Fixes
- Removed an errant bit mask that was being applied to the occlusion `XRCpuImage`s.
