update documents for v1.1.1
parent
1ac8cfa085
commit
1a7e84a86f
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -1,8 +1,16 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [1.1.0](https://github.com/mob-sakai/UnmaskForUGUI/tree/1.1.0) (2019-01-25)
|
## [v1.1.1](https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.1.1) (2019-02-07)
|
||||||
|
|
||||||
[Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/v1.0.0...1.1.0)
|
[Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/v1.1.0...v1.1.1)
|
||||||
|
|
||||||
|
**Fixed bugs:**
|
||||||
|
|
||||||
|
- UnmaskRaycastFilter is not reliable [\#14](https://github.com/mob-sakai/UnmaskForUGUI/issues/14)
|
||||||
|
|
||||||
|
## [v1.1.0](https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.1.0) (2019-01-25)
|
||||||
|
|
||||||
|
[Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/1.1.0...v1.1.0)
|
||||||
|
|
||||||
**Install UnmaskForUGUI with Unity Package Manager!**
|
**Install UnmaskForUGUI with Unity Package Manager!**
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -52,12 +52,12 @@ Find the manifest.json file in the Packages folder of your project and edit it t
|
||||||
```js
|
```js
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.coffee.unmask": "https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.0",
|
"com.coffee.unmask": "https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.1",
|
||||||
...
|
...
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
To update the package, change `#1.1.0` to the target version.
|
To update the package, change `#{version}` to the target version.
|
||||||
Or, use [UpmGitExtension](https://github.com/mob-sakai/UpmGitExtension).
|
Or, use [UpmGitExtension](https://github.com/mob-sakai/UpmGitExtension).
|
||||||
|
|
||||||
#### Using .unitypackage file (for Unity 5.5+)
|
#### Using .unitypackage file (for Unity 5.5+)
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "com.coffee.unmask",
|
"name": "com.coffee.unmask",
|
||||||
"displayName": "Unmask for uGUI",
|
"displayName": "Unmask for uGUI",
|
||||||
"description": "Reverse mask for uGUI element in Unity.",
|
"description": "Reverse mask for uGUI element in Unity.",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"unity": "5.5",
|
"unity": "5.5",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue