File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments