Hi there, I got a annoying problem when using the dynamic font.
1. I have one main menu button panel with text on each button (start, options, credits).
2. I have another options panel, with a UITexture background. When I bring this panel up, the font of my button appear in front of my UITexture background of my new panel. I have tried to move the Z axis, value of -1, -5, -100, -200 to bring further forward the panel to the camera, but that doesn't work. I have always my main menu button font text on the front of my UITexture options background.
3. If I changed my dynamic font to a BMFont, the font appear correctly in the back of my UITexture.
Any hints to fix that ? I want to use the dynamic font, not the BMFont.
Thank you.
p.s. The problem is from the UITexture script, if I use UISprite instead, this fix the problem.