Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: Pranav on June 04, 2014, 07:51:50 AM
-
Hi,
I am facing an issue while rendering the UILabel dynamic/unity fonts on the web player.
The rendered dynamic text is disappearing, whenever browser is creating a popup window, and it reappears if I switch the browser tabs.
So tried to re-render text in OnApplicationFocus(), but its not much useful as some times its not working and rendering the huge size fonts (may be its changing the font texture to a larger size on).
And there are lot of different components which are rending the text on screen so it will be tedious to re-render each component.
any help would be appreciated.
-
i am also facing the same issue . Can any one help ? :'(
-
Dynamic fonts are unreliable and suffer from various issues on Unity's side. This particular feature was never finished in Unity. I don't advise using them in anything other than stand-alone games (and personally I don't use them at all anymore).
-
Do we know if Unity 4.5 or upcoming 4.6 address any issues with dynamic fonts? I would hate to have to switch back to bitmap fonts again.
-
Nothing has changed in 4.5. 4.6? No idea.
-
4.6 has the new GUI system, I assume they would have to fix dynamic fonts for the built in labels to work properly?