Search Issue Tracker
Won't Fix
Won't Fix in 6000.2.X
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.
Resolution Note (6000.2.X):
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.