com.unity.xr.arfoundation 4.1.0-preview.10

com.unity.xr.arfoundation

Notes: processedReleased October 13, 2020

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.4

🔄 Changes

  • Changed internal uses of [Debug.Assert](xref:UnityEngine.Debug.Assert\(System.Boolean,System.Object\)) to a custom version that does not allocate the message string unless the assert fails. This reduces per-frame GC allocations when `UNITY_ASSERTIONS` are enabled (typically in development builds).
  • Update XR Plug-in Management to 3.2.16.

🔧 Bug Fixes

  • Minor documentation fixes.
  • Fix an issue with background rendering with URP 10+ rendering with a Final Blit pass.