Search Issue Tracker
Won't Fix
Votes
1
Found in
5.6.3p4
Issue ID
961898
Regression
No
Chinese language text with no spaces is shrunk to fit in line and not to line break
Reproduction steps:
1. Download project "TextIssuesProject.zip" and open in Unity
2. Observe Game view before entering Play mode
3. Enter Play mode
Expected: text size to be the same throughout the scene and line breaks occur (first line in Result.png)
Actual: text is shrunken to fit in one line (second and third lines in Result.png)
Reproduced on: 5.5.5p1; 5.6.4p1; 2017.1.2p2; 2017.2.0f3; 2017.3.0b6; 2018.1.0a1
Note:
the label in the middle with no spaces in its text
the label at the bottom with its text formatted to use zero-width space characters
Comments (2)
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
- “FMOD failed to set the software format to the custom sample rate…” warnings are thrown as System Sample Rate value is being changed in Audio section of Project Settings window
- VFX Marquee selection does match the visual indicator
- “Invalid AABB aabb” errors are spammed when “Infinity” value is entered in Collider Component fields
- Editor Role does not sync with the MPPM Play Mode Scenario Role when entering Play mode
- Long asset names cause overlap with the “Find” function in search result tabs
enhawk
Feb 22, 2021 06:08
unity doesn't line break non-spaced languages like Japanese and Chinese, you have to add the line breaks yourself.
angelonit
Oct 31, 2020 18:55
So sad, I have the same issue