com.unity.xr.visionos 2.4.2

com.unity.xr.visionos

Source docs
Notes: processedReleased September 26, 2025

Browse versions

PreviousNext

📈 Improvements

  • Broadened the scope of HDR-related Project Validation rules to show as warnings even if HDR is not enabled in the URP settings asset. Because this setting can be toggled at runtime, it was possible to miss configuration issues if HDR is not enabled in the Editor but scripts (like the `HDR Toggle` button in the sample) enable it at runtime. These validations become errors when HDR is enabled.

🔧 Bug Fixes

  • Disable `HDR Toggle` button in URP sample scene if HDR is not set up properly in Player Settings. This prevents a crash that can occur when trying to enable HDR in builds with incorrect settings.