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

com.unity.xr.arfoundation

Notes: processedReleased August 27, 2020

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.4

🔄 Changes

  • Added a warning when an `ARSession` is used in a scene (or scenes), but no providers are selected in XR Plug-in Management for the current build platform.

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