Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: vladnau89 on April 18, 2015, 02:10:30 PM

Title: UILabel lose text
Post by: vladnau89 on April 18, 2015, 02:10:30 PM
Hello!
When I minimize my app all UILabels lose all text or some parts of text. I try to call MarkAsChanged () in OnApplicationPause() , but it is not solve my problem. I use NGUI 3.7.0

Image links:

http://take.ms/SPeSC (http://take.ms/SPeSC)

http://take.ms/ew8CQ (http://take.ms/ew8CQ)
Title: Re: UILabel lose text
Post by: Nicki on April 18, 2015, 05:16:32 PM
When the application unpauses, try calling Invalidate on the labels. Likely, unity has unloaded the textures for your fonts (I'm assuming dynamic) and will recreate the characters that are needed when you invalidate.