Search Issue Tracker
By Design
Votes
0
Found in
2021.3.40f1
2022.3.37f1
6000.0.9f1
6000.1.0a7
6000.2.0a1
7000.0.0a1
Issue ID
UUM-75119
Regression
No
Components do not accept a comma in float values when using operators
Reproduction steps:
1. Open the “ReproProject“ project
2. Open the “Assets/Scenes/SampleScene“ scene
3. Select the “Cube” GameObject in the Hierarchy window
4. Type “0+1,5“ into the Position of the “X" axis of the Transform Component and press the “Enter” key in the Inspector window
5. Observe the Transform Component in the Inspector window
Expected result: The “X” axis value is changed to “1.5”
Actual result: The “X” axis value is changed to “1”
Reproducible with: 2021.3.40f1, 2022.3.37f1, 6000.0.9f1
Reproducible on: Windows 11 Pro (22H2)
Not reproducible on: No other environment tested
Notes:
1. Does not reproduce if not using operators in the value field, for example “1,5”. Reproduces only if using operators “0+1,5”
2. Does not reproduce if using a dot instead of a comma
3. Reproduces in other Components as well, not just the Transform Component
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
- Editor crashes on D3D12GetInterface when repeatedly enabling and disabling 256 text components
Resolution Note:
As we need to support expressions with decimal points like `R(1.2,3.5)` we cannot support the comma as a decimal in an expression. This is as designed.