Search Issue Tracker
Active
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Add comment