LoginSignup
12
12

More than 5 years have passed since last update.

UnityのuGUIで外部フォントを使う

Posted at

公式サイトから

フォントファイルのインポート

プロジェクトにフォントを追加するには、Assets フォルダーにフォントファイルを置く必要があります。そうすると、Unity が自動的にフォントをインポートします。サポートしているフォント形式は TrueType(.ttf) と OpenType(.otf) です。

ということなので、
Assetsフォルダにttf形式、otf形式のフォントをインポートしましょう!

6.PNG

(画像ではFont/フォルダに入れています)

uGUIのTextコンポーネントの、
Character → Fontを変更します。
7.PNG

これだけです!簡単です!

12
12
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12
12