Skip to content

Commit 04bce44

Browse files
committed
Update Documentation
1 parent a3177e8 commit 04bce44

File tree

2 files changed

+48
-8
lines changed

2 files changed

+48
-8
lines changed

Documentation~/index.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Bitmap Font Importer
1+
# Bitmap Font Importer
22

33
[![Build Status](https://travis-ci.org/litefeel/Unity-BitmapFontImporter.svg?branch=master)](https://travis-ci.org/litefeel/Unity-BitmapFontImporter)
44
[![Join the chat at https://gitter.im/litefeel/Unity-BitmapFontImporter](https://badges.gitter.im/litefeel/Unity-BitmapFontImporter.svg)](https://gitter.im/litefeel/Unity-BitmapFontImporter?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
@@ -11,7 +11,7 @@ It easy imports any bitmap font generated by third party tools like:[littera][1]
1111

1212
Thiks @Xylph, this origin code form [here](http://forum.unity3d.com/threads/unity-4-6-bitmap-font.265209/)
1313

14-
**Feature list:**
14+
## Feature
1515

1616
- Free
1717
- Auto Import bitmap fonts
@@ -24,12 +24,32 @@ Thiks @Xylph, this origin code form [here](http://forum.unity3d.com/threads/unit
2424
- No scripting required
2525

2626

27-
**How to Use?**
27+
## Install
28+
29+
#### Using UnityPackageManager (for Unity 2018.3+)
30+
31+
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
32+
``` js
33+
{
34+
"dependencies": {
35+
"com.litefeel.bitmapfontimporter": "https://github.com/litefeel/Unity-BitmapFontImporter.git#upm",
36+
...
37+
}
38+
}
39+
```
40+
41+
#### Using .zip file (for Unity 5.0+)
42+
43+
1. Download `Source code` from [Releases](https://github.com/litefeel/Unity-BitmapFontImporter/releases)
44+
2. Extract the package into your Unity project
45+
46+
47+
## How to Use?
2848

2949
Please see [here][howtouse]
3050

3151

32-
**Support**
52+
## Support
3353

3454
- Create issues by [issues][issues] page
3555
- Send email to me: <litefeel@gmail.com>

README.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Bitmap Font Importer
1+
# Bitmap Font Importer
22

33
[![Build Status](https://travis-ci.org/litefeel/Unity-BitmapFontImporter.svg?branch=master)](https://travis-ci.org/litefeel/Unity-BitmapFontImporter)
44
[![Join the chat at https://gitter.im/litefeel/Unity-BitmapFontImporter](https://badges.gitter.im/litefeel/Unity-BitmapFontImporter.svg)](https://gitter.im/litefeel/Unity-BitmapFontImporter?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
@@ -11,7 +11,7 @@ It easy imports any bitmap font generated by third party tools like:[littera][1]
1111

1212
Thiks @Xylph, this origin code form [here](http://forum.unity3d.com/threads/unity-4-6-bitmap-font.265209/)
1313

14-
**Feature list:**
14+
## Feature
1515

1616
- Free
1717
- Auto Import bitmap fonts
@@ -24,12 +24,32 @@ Thiks @Xylph, this origin code form [here](http://forum.unity3d.com/threads/unit
2424
- No scripting required
2525

2626

27-
**How to Use?**
27+
## Install
28+
29+
#### Using UnityPackageManager (for Unity 2018.3+)
30+
31+
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
32+
``` js
33+
{
34+
"dependencies": {
35+
"com.litefeel.bitmapfontimporter": "https://github.com/litefeel/Unity-BitmapFontImporter.git#upm",
36+
...
37+
}
38+
}
39+
```
40+
41+
#### Using .zip file (for Unity 5.0+)
42+
43+
1. Download `Source code` from [Releases](https://github.com/litefeel/Unity-BitmapFontImporter/releases)
44+
2. Extract the package into your Unity project
45+
46+
47+
## How to Use?
2848

2949
Please see [here][howtouse]
3050

3151

32-
**Support**
52+
## Support
3353

3454
- Create issues by [issues][issues] page
3555
- Send email to me: <litefeel@gmail.com>

0 commit comments

Comments
 (0)