-
-
Notifications
You must be signed in to change notification settings - Fork 44
How to use
lite3 edited this page May 19, 2016
·
1 revision
Welcome to the Unity-BitmapFontImporter wiki!
Bitmap Font Importer will convert .fnt file to Font file.
####How to use?
- Import this plugin from Asset Store
- Put .fnt and .png file to Unity Project(example font1.fnt), it will auto convert Font file to same directory(example font1.fontsettings)
- Create new UGUI Text component, named myText
- Drag the Font file to font property of myText.
- Drag the
Font Material
in font1 toMaterial
property of myText. - Input some thing to Text property of myText.
####How to convert exsit .fnt file? Right click .fnt file and select Bitmap Font -> Rebuild Bitmap Font
Right click Assets window and select Bitmap Font -> Rebuild All Bitmap Font