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