doc: fix readme

pull/77/head
mob-sakai 2020-01-28 20:58:30 +09:00
parent 579330f269
commit f89df67e86
2 changed files with 10 additions and 4 deletions

View File

@ -90,12 +90,15 @@ Find the manifest.json file in the Packages folder of your project and edit it t
```js ```js
{ {
"dependencies": { "dependencies": {
"com.coffee.softmask-for-ugui": "https://github.com/mob-sakai/SoftMaskForUGUI.git#0.8.1", "com.coffee.softmask-for-ugui": "https://github.com/mob-sakai/SoftMaskForUGUI.git",
... ...
}, },
} }
``` ```
To update the package, change `#{version}` to the target version. To update the package, change prefix `#{version}` to the target version.
* `"com.coffee.softmask-for-ugui": "https://github.com/mob-sakai/SoftMaskForUGUI.git#0.9.2",`
Or, use [UpmGitExtension](https://github.com/mob-sakai/UpmGitExtension). Or, use [UpmGitExtension](https://github.com/mob-sakai/UpmGitExtension).
#### Using .unitypackage file (for Unity 2017.1 or later) #### Using .unitypackage file (for Unity 2017.1 or later)

View File

@ -90,12 +90,15 @@ Find the manifest.json file in the Packages folder of your project and edit it t
```js ```js
{ {
"dependencies": { "dependencies": {
"com.coffee.softmask-for-ugui": "https://github.com/mob-sakai/SoftMaskForUGUI.git#0.8.1", "com.coffee.softmask-for-ugui": "https://github.com/mob-sakai/SoftMaskForUGUI.git",
... ...
}, },
} }
``` ```
To update the package, change `#{version}` to the target version. To update the package, change prefix `#{version}` to the target version.
* `"com.coffee.softmask-for-ugui": "https://github.com/mob-sakai/SoftMaskForUGUI.git#0.9.2",`
Or, use [UpmGitExtension](https://github.com/mob-sakai/UpmGitExtension). Or, use [UpmGitExtension](https://github.com/mob-sakai/UpmGitExtension).
#### Using .unitypackage file (for Unity 2017.1 or later) #### Using .unitypackage file (for Unity 2017.1 or later)