- Home /
Loading a font via WWW
Hi, I need to load an external font into a GUIText and a TextMesh.
I can't load this font before the build. I'd like to let the user use any (compatible) font he wants after the build is done. This is why I don't believe it is possible to use the Resources folder.
This font can be a system font or loaded from an external file. How can I do this? Is it possible via WWW?
I'd like to use the Streaming Assets folder if possible.
My target platform is Windows.
Thanks!
Your answer
Follow this Question
Related Questions
How can I use the sound from external applications in unity mobile and desktop? 0 Answers
Is there a unified method for loading assets? 1 Answer
I want to build in the resources folder, except for 0 Answers
trying to wrap my head around Asset Bundles and what we can do with them 1 Answer
opening external application from Unity web player 0 Answers