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

com.unity.xr.arfoundation

Notes: processedReleased July 17, 2020

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.4

🔄 Changes

  • Updated ["Configuring the AR Camera background using a Scriptable Render Pipeline"](../manual/ar-camera-background-with-scriptable-render-pipeline.html) documentation for further clarity on setup steps.
  • Added documentation for the `ARMeshManager`.

🔧 Bug Fixes

  • The choice of whether to use the legacy or Universal render pipeline was based on an incorrect GraphicsSettings parameter (`renderPipelineAsset` instead of `currentRenderPipeline`). This meant that certain quality settings may not have been respected properly.
  • Fixed a bug where it was possible for the ARSession component to set the Application.targetFrameRate even when `matchFrameRateRequested` was `false`.