I make a prefab like this
====================
RootUI2D (prefab)
Anchor
Button
BackGound
Lable //UILabel font is dynamic font
then I use BuildPipeline.BuildAssetBundle make the prefab to RootUI2D.unity3d
now I make a new scene, Load the RootUI2D in WWW.
the problem is the label's text can see in unityEditor play mode no in iOS(iPad or iphone).
why this happy?
please help me.