Skip to content

Commit e79893f

Browse files
committed
fix package.json, update README.md
1 parent 845d6da commit e79893f

7 files changed

+8
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ git submodule add https://github.com/TLabAltoh/Unity-SDF-UI-Toolkit.git
3232
### Unity Package Manager
3333
add package from git URL ...
3434
```
35-
https://github.com/TLabAltoh/Unity-SDF-UI-Toolkit.git
35+
https://github.com/TLabAltoh/Unity-SDF-UI-Toolkit.git#upm
3636
```
3737

3838
## SDF Texture
File renamed without changes.
File renamed without changes.

package.json

+7
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,12 @@
1111
"type": "git",
1212
"url": "https://github.com/TLabAltoh/Unity-SDF-UI-Toolkit.git"
1313
},
14+
"samples": [
15+
{
16+
"displayName": "SDF Tex Painter Sample",
17+
"description": "",
18+
"path": "Samples~/SDF Tex Painter Sample"
19+
}
20+
],
1421
"license": "MIT License"
1522
}

0 commit comments

Comments
 (0)