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.