Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.3.0a1
2018.1.0a1
2018.2.0a1
2018.2.2f1
2018.3.0a1
2019.1.0a1
Issue ID
1075157
Regression
No
Serialization of special characters is different between MacOS and Windows
Reproduction steps:
1. Open "MinimalRepro.zip" project on MacOS and Windows
2. Go to the "Assets" folder and open "äöü.mat" and "äöüäöü.prefab" in a text editor
3. Compare the "m_Name" between the appropriate files of both the OS
Expected Result: The name is serialized the same
Actual Result: The name is serialized differently
Reproduced with: 2019.1.0a9, 2018.3.0b11, 2018.2.17f1, 2018.1.9f2, 2017.4.16f1
Note:
This affects Version Control Systems
Windows Serialization: "\xE4\xF6\xFC"
Mac Serialization: "a\u0308o\u0308u\u0308"
Comments (1)
-
kadirozyy
Aug 27, 2023 20:46
I have the same issue on 2021.3.29
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
This particular case has been investigated thoroughly and we have decided, in the interests of protecting the stability and features of Unity for users that rely upon the affected versions, to not address this fix for the time being. We understand that this will cause problems for some users, and so may address in a future version.