Search Issue Tracker
Postponed means that the issue was either a feature request or something that requires major refactoring on our side. Since that makes the issue not actionable in the close future we choose to close it as Postponed and add it on our internal roadmaps and technical debt pages instead.
Postponed
Votes
0
Found in
2018.4
2019.4
2019.4.0f1
2020.2
2020.3
2021.1
2021.2
Issue ID
1256772
Regression
No
Day names are returned as empty strings when using 'th-TH', 'ar-SA' or 'ps-AF' CultureInfos
How to reproduce:
1. Open the attached 'TestGlobalization_UnityProject.zip' project
2. Open 'SampleScene'
3. Enter the Play mode
4. Observe the Console
Expected result: '###### Character Count: 7' and 7 codes get logged in the Console
Actual result: '###### Character Count: 0' gets logged in the Console
Reproducible with: 2018.4.33f1, 2019.4.23f1, 2020.2.7f1, 2020.3.2f1, 2021.1.0f1, 2021.2.0a10
Notes:
- The issue is reproducible with 'th-TH', 'ar-SA', and 'ps-AF' CultureInfos
- The issue is not reproducible with a .Net console app
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
- Player crash when switching focus in Exclusive Fullscreen mode with DirectX 12
- Too little validation messages in the "WebAssembly Language Features" Memory settings
- Project Settings Search Highlights are misaligned when using the Bitmap Text Rendering Mode
- "GetControlID at event ValidateCommand returns a controlID different from the one in Layout event" Warning is thrown when undoing the deletion of Sprite Shape Profile
- Memory related fields in the "WebAssembly Language Features" can be set to the negative numbers
Resolution Note (2021.2.X):
Postponing for now until the mono upgrade task is complete which may fix this. Will revisit after it lands.