Search Issue Tracker
Fixed in 2021.1.X
Votes
1
Found in
2020.1.0a8
2020.1.4f1
2020.2
Issue ID
1275065
Regression
Yes
string.Format returns string containing decimal commas instead of dots for Vector types, depending on set CultureInfo
Reproduction steps:
1. Open user's attached project "CultureExample.zip" and scene "SampleScene"
2. In Hierarchy window, select CultureTester GameObject
3. In Inspector window, click on "Culture Tester (Script)" component's "Check Cultures"
4. Observe Console window
Expected result: No punctuation inconsistencies are logged
Actual result: Punctuation inconsistencies logged for "es-ES", "de-DE", "hu-HU", and "ka-GE" CultureInfo
Reproducible with: 2020.1.0a8, 2020.1.7f1, 2020.2.0b4
Not reproducible with: 2019.4.11f1, 2020.1.0a7
Could not test with: 2018.4.27f1 (script could not be compiled)
Workaround:
Using InvariantCulture fixes the issue.
-
Hurri04
Oct 22, 2020 09:21
nvm about 2019, forgot it only happened in 2020
-
Hurri04
Oct 22, 2020 09:08
Will the fix be back-ported to 2019 LTS and/or 2020?
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
- Graphics.DrawProceduralIndirect and Graphics.DrawProceduralNow silently dropped on DX12
- [iOS] The safe area value changes when reopening the app in Landscape orientation
- Light flickering when using Forward+ on Mobile
- Crash on mono_g_hash_table_find_slot when entering Play Mode
- [iOS] Crash when pressing "Done" on the keyboard layout
Resolution Note (fix version 2021.1):
Fixed in 2021.1.0a2