how to load font from url…? or www class…??
i want to change my font runtime…but all fonts coming from server…if i ll put all fonts in Resources Folder then it is work fine. but i dont want to use Resources bcoz fonts are not predefined…everything coming from server via XML…
So, without use resources folder. i want to apply font on 3D text…IS IT POSSIBLE…? Please, Help…
1 Like
You can not load external fonts at runtime with Unity features. You would need to write an own font library and then use bitmap fonts.
For Unity to use it, the font is either in the build / AssetBundle or Unity will not accept it.
1 Like
thanks Dremora…
Dont’ u Feel unity is supporting images,audio etc…but why not font…? form www class…
my requirement is like that…so, anyway…thanks…
1 Like
Was this ever made possible?