I know Unity supports TTF font types but does anybody know if it supports OTF format?
2 Answers
2Just to let everyone know: otf works. I’ve used it.
Instead you can convert your font to TTF. You can use of the the following tools for free:
I know Unity supports TTF font types but does anybody know if it supports OTF format?
Just to let everyone know: otf works. I’ve used it.
Instead you can convert your font to TTF. You can use of the the following tools for free:
I don't know if unity supports OTF, and don't have such a font to try: have you tried dragging the font type in a dummy project?
– roamcel