com.unity.xr.arfoundation 4.0.8

com.unity.xr.arfoundation

Notes: processedReleased September 2, 2020

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.4

🔧 Bug Fixes

  • Updated "[Copying the Camera Texture to a Render Texture when accessing the camera image on the GPU](../manual/index.html#copying-the-camera-texture-to-a-render-texture-when-accessing-the-camera-image-on-the-gpu)" documentation to use a 'Command Buffer' instead of a 'Graphics.Blit()' to fix an issue where blit would not work on certain devices.
  • Fixed a `NullReferenceException` which would happen if you invoked `ARSession.CheckAvailability()` when the ARSession's GameObject was disabled and had never been enabled.