Skip to content

Commit 6e10149

Browse files
authored
Update README.md
1 parent c6647a2 commit 6e10149

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ Edit `BlobAsset` in Inspector and then easily create from code.
55

66
![image](https://user-images.githubusercontent.com/683655/129061436-32d815a5-3fc6-43e5-afcf-79ed0080d4a6.png)
77

8+
## Installation
9+
- (Recommend) [OpenUPM](https://openupm.com/packages/com.quabug.blob-editor/): `openupm add com.quabug.blob-editor`
10+
11+
or
12+
13+
- UPM: edit *Packages/manifest.json*
14+
```
15+
{
16+
"dependencies": {
17+
"com.quabug.blob-editor": "1.0.0",
18+
...
19+
},
20+
"scopedRegistries": [
21+
{
22+
"name": "package.openupm.com",
23+
"url": "https://package.openupm.com",
24+
"scopes": [
25+
"com.quabug.blob-editor"
26+
]
27+
}
28+
]
29+
}
30+
```
31+
832
## Usage
933

1034
### `SerializedBuilder<>`

0 commit comments

Comments
 (0)