You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimized a small amount of code in the TextUGUI, TextMeshPro, and Fody plugins.
Added the function to automatically convert a model list into a view model list. In MVVM, the model list is converted into a view model list through a Converter.
1、The UGUI controls have been split from Loxodon.Framework.TextFormatting and made into a standalone plugin called Loxodon.Framework.TextUGUI.
2、Optimized the code of Loxodon.Framework.TextFormatting.
3、Fixed a bug in the DateTimeFormat class.
Added Loxodon.Framework.TextMeshPro.
Added Loxodon.Framework.Fody.BindingProxy.
Added MixedObjectPool for Loxodon.Framework.
Optimized some codes for data binding.