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
- Undoing Animator Parameter name change breaks references to it
- Crash on BV4_OverlapBoxAll when moving in play mode
- Custom mesh water surface normal map fades out when Y Position increases
- Sprite renderer does not issue draw calls correctly when using SRP Batcher
- [Android] Flickering artifacts when using "ScriptableRenderer.EnqueuePass(RenderPassEvent.BeforeRenderingPostProcessing)" multiple times
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.