Search Issue Tracker
Fixed
Fixed in 6000.0.64f1, 6000.2.15f1, 6000.3.1f1, 6000.4.0a6
Votes
0
Found in
6000.0.60f1
6000.2.10f1
6000.3.0b7
6000.4.0a3
Issue ID
UUM-122999
Regression
No
var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
How to reproduce:
1. Configure your local OS localization to German Localization
2. Create a new project
3. Open the Package Manager window (Window → Package Manager)
4. Install the VisionOS packages ( + → Install package by name → com.unity.xr.visionos)
5. Open the Project Settings window (Edit → Project Settings)
6. Turn on the “Apple visionOS” under the “Plug-in Providers” tab in XR Plug-in Management page
7. Change App Mode to “Metal Rendering with Compositor Services” in the “Apple visionOS” settings page
8. Build the VisionOS Player
9. Open the Built Player directory (“PlayerName”/Libraries/com.unity.xr.visionos/Runtime/Plugins/visionos)
10. Open the “VisionOSSettings.swift” file
11. Observe the “var VisionOSEDRHeadroom” variable number
Expected result: Variable is “ = 1.2”
Actual result: Variable has a comma causing a compilation error, result is “ = 1,2”
Reproducible with: 6000.0.60f1, 6000.2.10f1, 6000.3.0b7, 6000.4.0a3
Couldn’t test with: 2022.3.68f1 (Metal Compositor feature not available)
Reproducible on: Windows 11
Not reproducible on: macOS 26.0.1 (M3 Pro)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment