Search Issue Tracker
Duplicate
Votes
0
Found in
5.5.0b2
Issue ID
833756
Regression
Yes
JsonUtility.FromJson<T>() returns ArgumentException when using not Latin alphabet letters
Steps to reproduce:
1. open User's attached project
2. open scene "Test"
3. press Play
Expected behavior: Console prints Name and Age
Actual result: Error appears: ArgumentException: JSON parse error: Missing a closing quotation mark in string
Reproduced with: 5.5.0b5
Not reproduced with: 5.4.1p1, 5.3.6p5
Note:
-JsonUtility.FromJson<T>() works as expected with 5.4 and 5.3
-tested alphabets that give error: Japanese, Chinese, Korean, Arabic, Lithuanian
-user's attached project contains Japanese alphabet letters
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
- VFX Graph particles are not culled when using URP and Frustum Culling is enabled on VFX Mesh Output
- 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
This is a duplicate of issue #831110