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
{{ message }}
This repository was archived by the owner on Mar 11, 2021. It is now read-only.
It causes my app too slow loading a scene with several CCLabel. Unacceptably slow.
The image shows the data collected by Xamarin Profiler. That's memory allocation when using CCLabel with Chinese TTF font. I checked your code in CCLabel-Android.cs (running on Android), GetAssetStreamAsBytes in CreateTextSprite() does nothing but check whether the font file asset can load. Am I right? Please fix the memory overhead problem.