pnarimani / RTLTMPro

Right-To-Left Text Mesh Pro for Unity. This plugin adds support for Persian and Arabic languages to TextMeshPro.
MIT License
536 stars 104 forks source link

Update loop replaced with callbacks #109

Open jonny-lerner-lfl opened 1 year ago

jonny-lerner-lfl commented 1 year ago

The original implementation introduced an update loop that impacts performance with each additional object in the scene. This proposed callback-oriented approach should alleviate the issue entirely.