com.unity.xr.arkit 3.1.0-preview.8
Notes: processedReleased March 12, 2020
Unity Compatibility
Minimum Unity: 2019.2
Package Dependencies
🔧 Bug Fixes
- Fixed a crash that could occur when multithreaded rendering was enabled and Stop was called on the `XRCameraSubsystem`. In ARFoundation, this happens when the `ARCameraManager` is disabled. This happened because the textures owned by the subsystem are later manipulated on the render thread, and stopping the subsystem could invalidate the textures.
