Skip to content

Commit 5d7882c

Browse files
committed
update README.md
1 parent d4042cd commit 5d7882c

1 file changed

Lines changed: 29 additions & 2 deletions

File tree

README.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,35 @@ MIT License.
1616

1717
### 1. Download
1818

19-
- Release Page
20-
- ~~UnityPackageManager~~ (準備中/in preparation)
19+
#### A. Release Page
20+
21+
- [here](https://github.com/TORISOUP/Pun2Task/releases)
22+
23+
#### B. UnityPackageManager
24+
25+
`Packages/manifest.json`に以下を追記。
26+
27+
```
28+
"scopedRegistries": [
29+
{
30+
"name": "package.openupm.com",
31+
"url": "https://package.openupm.com",
32+
"scopes": [
33+
"com.cysharp.unitask",
34+
"com.openupm"
35+
]
36+
}
37+
]
38+
```
39+
40+
追記したのちに`Package Manager``Add package from git URL...`に以下を追加。
41+
42+
![image](https://user-images.githubusercontent.com/861868/101975816-d7457300-3c82-11eb-9c17-07805e7c3b52.png)
43+
44+
```
45+
https://github.com/TORISOUP/Pun2Task.git?path=Assets/Plugins/Pun2Task#1.0.0
46+
```
47+
2148

2249
### 2. Add UniTask
2350

0 commit comments

Comments
 (0)