Overview of Loxodon Framework TextMeshPro
masterLoxodon Framework TextMeshPro provides TextMeshPro support for AlertDialog and Toast views, replacing the standard UnityEngine.UI.Text with TextMeshProUGUI to optimize UI performance.
Key features include:
- 0GC UI Updates: By depending on the
Loxodon.Framework.TextFormattingplugin, this package usesFormattableTextMeshProUGUIandTemplateTextMeshProUGUIcontrols to update UI views with zero Garbage Collection (GC) overhead. - Requirements: Requires Unity 2021.3 or higher.