Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.46f1
2022.3.53f1
6000.0.30f1
6000.1.0a7
6000.2.0a1
Issue ID
UUM-90233
Regression
No
Wrong NativeName displayed when returning System.Globalization.CultureInfo("zh-TW").NativeName
Reproduction steps:
1. Open the project “IN-87466.zip“
2. Open the scene “SampleScene“
3. Enter Play Mode
4. Observe the result in the Console Window
Expected result: The result that is returned is: '中文 (台灣)'
Actual result: The result that is returned is: '中文 (台湾)'
Reproducible in: 2021.3.46f1, 2022.3.53f1, 6000.0.30f1, 6000.1.0a7
Reproducible on: macOS 14.6.1 (M1 Pro), macOS 14.1 (M3 Pro) (user), Windows 10
Not reproducible on: No other environments tested
Notes:
- Difference of the results is in the last character
- Can also be reproduced in a new project (see internal notes for steps)
- Also reproducible in Player
- Not reproducible with IL2CPP
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
- [Linux] Screen.SetResolution immediately applies windowed resolution when switching from Fullscreen to Windowed mode
- Lighting window allows non-cube map texture for Environment Reflections, throwing invalid texture type (2D) error
- Console warning “MismatchingRepositoryProjectMessage” when creating a new Unity Version Control workspace
- [Ubuntu] VFX Graph Enum Value menu stretches across screen when entered long Enum Value
- Unclear warning message in Rendering Debugger about the Play mode Debugger Overlay
Resolution Note:
Closing this as I found that the character is inconsistent across platforms and operating systems. Making this change will cause an inconsistency elsewhere. For example CoreCLR on Mac vs. Windows do not match. Changing our fork of Mono and IL2CPP to match CoreCLR on Windows causes us to be inconsistent with MacOS.