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
- ScrollView speed is slower when entering Play mode
- UI Builder elements disappear and "Semantic - Unknown template name" error appears when changes to "Template" parameter are saved
- Renderers outside Light Probe hull use incorrect Ambient Probe values when "Renderer Light Probe Selection" is set to "Use Ambient Probe" and "Light Probes" on Mesh is set to "Blend Probes"
- ArgumentNullException error occurs when selecting a Camera in the Hierarchy with the Scene view open
- Clicking 'Open Editor Log' through the Console fails to open redirected Logs when relative Log files exist outside of the Project root
Resolution Note:
This is working as designed at the moment. We need to add handling of bidirectional text as a feature request.