com.unity.xr.arkit 3.1.0-preview.8

com.unity.xr.arkit

Notes: processedReleased March 12, 2020

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.2

🔧 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.