Skip to content

Commit cc6ea7f

Browse files
committed
fix README.md
1 parent b4b1863 commit cc6ea7f

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ This plugin is based on [Unity-UI-Rounded-Corners](https://github.com/kirevdokim
1818
</table>
1919

2020
## Install
21+
### Git
2122
Clone this repository with the following command
2223
```
2324
git clone https://github.com/TLabAltoh/Unity-SDF-UI-Toolkit.git
@@ -28,6 +29,11 @@ or
2829
```
2930
git submodule add https://github.com/TLabAltoh/Unity-SDF-UI-Toolkit.git
3031
```
32+
### Unity Package Manager
33+
add package from git URL ...
34+
```
35+
https://github.com/TLabAltoh/Unity-SDF-UI-Toolkit.git
36+
```
3137

3238
## SDF Texture
3339
Select ```Create/TLab/UI/SDF/SDF Tex Painter``` to add a Scriptable Object to the asset.
@@ -50,9 +56,5 @@ Select ```Create/TLab/UI/SDF/SDF Tex Painter``` to add a Scriptable Object to th
5056
### Cu2Qu
5157
SDF Text Painter converts the cubic Bezier curve to a quadratic Bezier curve based on [this code](https://github.com/googlefonts/cu2qu).
5258

53-
## TODO
54-
- [ ] Add gradient info to SDF texture
55-
- [ ] Improve the operation of the SDF Texture Painter
56-
5759
## Lisence
5860
This repository is MIT licensed.

package.json.meta

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)