This plugin allows you to use accurate and correct Arabic text in your game or 3D application. Supports Tashkeel and Hindu numbers. Supports C# and JavaScript. Supports 4 Persian Characters.
IndexOutOfRangeException: Index was outside the bounds of the array.
ArabicSupport.ArabicFixer.Fix (System.String str, System.Boolean rtl) (at Assets/ArabicSupport/ArabicSupport.cs:77)
I'm not quite sure what character is causing this. Are there known characters that won't work ?
Adding word.Length/2 < word.Length Avoids the crash. But in the screenshot above the numbers should be inside of the brackets. Any idea how I can fix this ?
IndexOutOfRangeException: Index was outside the bounds of the array. ArabicSupport.ArabicFixer.Fix (System.String str, System.Boolean rtl) (at Assets/ArabicSupport/ArabicSupport.cs:77)
I'm not quite sure what character is causing this. Are there known characters that won't work ?