com.unity.xr.visionos 1.3.11

com.unity.xr.visionos

Source docs
Notes: processedReleased December 5, 2024

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2022.3 (19f1)

Features

    📈 Improvements

    • Quit button in sample scene is marked non-interactable in play mode to make it clear that it doesn't have any effect (`Application.Quit` doesn't do anything in play mode).
    • ### Deprecated

    API Changes

      🔧 Bug Fixes

      • Fixed Windows long path error when processing ARReferenceImage's build postprocessor.
      • Fixed potential NullReferenceExceptions in build preprocessor.
      • Fixed a missing script on the AR Controls prefab in the built-in sample.
      • Fixed an issue in `MetalSampleURP/Shaders/UnlitTransparentColor.shader` where it was writing alpha values to the framebuffer, causing pass-through to bleed through AR planes in the URP sample scene.
      • ### Security