com.unity.xr.visionos 2.0.4

com.unity.xr.visionos

Source docs
Notes: processedReleased September 30, 2024

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 6000.0 (22f1)

Features

  • Added `metalImmersiveOverlays` and `realityKitImmersiveOverlays` settings to `VisionOSSettings`, which allow hiding the visionOS hand gesture menus in immersive spaces.

📈 Improvements

  • Update minimum Editor version to 6000.0.22f1.
  • ### Deprecated

API Changes

    🔧 Bug Fixes

    • Fixed Windows long path error when processing ARReferenceImage's build postprocessor.
    • Called EditorUtility.ClearProgressBar(); when finished processing visionOS reference image library assets to clear progress bar.
    • Fixed hand tracking lag by returning CACurrentMediaTime instead of 0 from `NativeApi.HandTracking.GetLatestHandTrackingTiming` when no LayerRenderer is active (for example when using PolySpatial).
    • Fixed potential NullReferenceExceptions in build processors.
    • Fixed a missing script on the AR Controls prefab in the built-in sample.
    • ### Security