Search Issue Tracker
Feature Request
Votes
0
Found in [Package]
4.0.0-pre.1
Issue ID
TMPB-59
Regression
No
Right to left text is rendered as left to right text
How to reproduce:
1. Open project "Input.zip"
2. Open the "SampleScene" Scene and observe the Game view
Expected result: Text is rendered right to left, the characters are in the correct order, and numbers are after the text
Actual result: Text is rendered left to right, the characters are in the reverse order, and numbers are before the text
Reproducible with: 2.1.6 (2019.4.39f1), 3.0.6 (2020.3.35f1, 2021.3.4f1, 2022.1.4f1), 4.0.0-pre.1 (2022.2.0a15)
Reproduced on: macOS 11.6 (Intel)
Notes:
- If enabling "Enable RTL Editor" the characters will be in the correct order and numbers will be after the text, but the numbers will be inverted, and printing the wrong number
- Also reproducible with Legacy Text, Input Field
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note:
This is working as designed at the moment. We need to add handling of bidirectional text as a feature request.