Closed ah1053 closed 3 years ago
this is not working correctly, still giving errors
gameObject.GetComponent
Same issue here but easy fix, worth upgrading the code for everyone. See my pull request #44
Fixed by @albrrt PR https://github.com/Konash/arabic-support-unity/commit/951492f3302ed78ca2faa9f782b87f7d8690be88 Thanks
using UnityEngine.UI;
gameObject.GetComponent().text = "This sentence (wrong display):\n" + text +
"\n\nWill appear correctly as:\n" + ArabicFixer.Fix(text, false, false);
Great effort @Konash Chapeau ⭐