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
- (Apple Silicon) Floating point inconsistencies between mono and il2cpp
- Crash on GeneratePropertyDiffInternal when using NodeCanvas nodes
- Overrides in nested prefabs are ignored when importing
- Warning "Unable to load Unity.Android.Gradle's referenced assembly NiceIO ..." when recompiling scripts
- "InvalidOperationException: Trying to SetRenderAttachment on a texture..." exception is thrown when using the depth back buffer as an input attachment in Renderer Feature on Vulkan Graphics API
Resolution Note:
This is working as designed at the moment. We need to add handling of bidirectional text as a feature request.