I’m trying to achieve a typewriter effect with Arabic using MaxVisibleGraphemes and text labels but there is an issue. The text is only displayed when MaxVisibleGraphemes equals the number of characters in the text. Anything lower, the whole text doesn’t show.
Example:
هلا (three characters)
MaxVisibleGraphemes: 3

Example 2:
هلا (three characters)
MaxVisibleGraphemes: 2

Nothing is displayed
Example 3:
السلام عليكم (twelve characters)
MaxVisibleGraphemes: 12

Example 4:
السلام عليكم (twelve characters)
MaxVisibleGraphemes: 11

Nothing is displayed
Seems like this only affects Arabic.