com.unity.xr.arfoundation 5.1.0-pre.1

com.unity.xr.arfoundation

Notes: processedReleased October 28, 2022

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2021.2

Package Dependencies

Features

  • Added button to the AR Environment Overlay that when toggled on, the Scene View changes to an AR Environment View and displays the current simulation environment. When toggled off, the Scene View displays the active editing context.
  • Added Camera Configuration Menu to the [ARDebugMenu](xref:arfoundation-debug-menu).
  • Added a custom Editor for the `SimulationEnvironment` component that displays serializable `Pose.rotation` properties as `Vector3` Euler angles rather than `Quaternion`.

📈 Improvements

  • Simulation environment is now instantiated as a prefab instance in edit mode, so that changes made to the prefab are reflected in the XR Environment view.

🔧 Bug Fixes

  • Fixed an issue where the shaders "Simulation/Standard Lit" and "Simulation/URP/Lit" needed to be manually re-imported after converting a project to URP.
  • Fixed truncation of property labels for XR Simulation settings in Project Settings window.