Search Issue Tracker
Won't Fix
Votes
1
Found in
2017.1.0f3
Issue ID
942005
Regression
No
Text input inputs Indic languages' scripts as question marks (?)
To reproduce:
1. Change keyboard language to any Indic language (Sinhalese, Devanagari, Sanskrit, etc.)
2. Open a new Unity project
3. Create a Text component and try to write anything into the Text box
Expected result: appropriate scripts should be written in the text box
Actual result: Every script written appears as a question mark (?)
Reproduced on: 5.6.3f1, 2017.1.0p3, 2017.2.0b7, 2017.3.0a4
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
- ”Last item reached” warning is thrown when no search results are found in UI Toolkit Layout Debugger
- UI Elements overlap in the Shortcuts window when docked and resized to a smaller window size
- UIBuilder DataSourcePath dropdown fails to show properties when binding to abstract classes
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
PapaCashew
Mar 16, 2018 12:30
Unity's font system doesn't seem to be supporting GSUB and GPOS. It needs to implement that for proper localisation to many languages around the world.