File tree Expand file tree Collapse file tree 5 files changed +24
-8
lines changed
Assets/Coffee/UIExtensions/UnmaskForUGUI Expand file tree Collapse file tree 5 files changed +24
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ 1 .1.0 ] ( https://github.com/mob-sakai/UnmaskForUGUI/tree/1 .1.0 ) (2019-01-25 )
3
+ ## [ v1 .1.1 ] ( https://github.com/mob-sakai/UnmaskForUGUI/tree/v1 .1.1 ) (2019-02-07 )
4
4
5
- [ Full Changelog] ( https://github.com/mob-sakai/UnmaskForUGUI/compare/v1.0.0...1.1.0 )
5
+ [ Full Changelog] ( https://github.com/mob-sakai/UnmaskForUGUI/compare/v1.1.0...v1.1.1 )
6
+
7
+ ** Fixed bugs:**
8
+
9
+ - UnmaskRaycastFilter is not reliable [ \# 14] ( https://github.com/mob-sakai/UnmaskForUGUI/issues/14 )
10
+
11
+ ## [ v1.1.0] ( https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.1.0 ) (2019-01-25)
12
+
13
+ [ Full Changelog] ( https://github.com/mob-sakai/UnmaskForUGUI/compare/1.1.0...v1.1.0 )
6
14
7
15
** Install UnmaskForUGUI with Unity Package Manager!**
8
16
Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ Find the manifest.json file in the Packages folder of your project and edit it t
52
52
``` js
53
53
{
54
54
" dependencies" : {
55
- " com.coffee.unmask" : " https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.0 " ,
55
+ " com.coffee.unmask" : " https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.1 " ,
56
56
...
57
57
},
58
58
}
59
59
```
60
- To update the package, change ` #1.1.0 ` to the target version.
60
+ To update the package, change ` #{version} ` to the target version.
61
61
Or, use [ UpmGitExtension] ( https://github.com/mob-sakai/UpmGitExtension ) .
62
62
63
63
#### Using .unitypackage file (for Unity 5.5+)
Original file line number Diff line number Diff line change 2
2
"name" : " com.coffee.unmask" ,
3
3
"displayName" : " Unmask for uGUI" ,
4
4
"description" : " Reverse mask for uGUI element in Unity." ,
5
- "version" : " 1.1.0 " ,
5
+ "version" : " 1.1.1 " ,
6
6
"unity" : " 5.5" ,
7
7
"license" : " MIT" ,
8
8
"repository" : {
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ 1 .1.0 ] ( https://github.com/mob-sakai/UnmaskForUGUI/tree/1 .1.0 ) (2019-01-25 )
3
+ ## [ v1 .1.1 ] ( https://github.com/mob-sakai/UnmaskForUGUI/tree/v1 .1.1 ) (2019-02-07 )
4
4
5
- [ Full Changelog] ( https://github.com/mob-sakai/UnmaskForUGUI/compare/v1.0.0...1.1.0 )
5
+ [ Full Changelog] ( https://github.com/mob-sakai/UnmaskForUGUI/compare/v1.1.0...v1.1.1 )
6
+
7
+ ** Fixed bugs:**
8
+
9
+ - UnmaskRaycastFilter is not reliable [ \# 14] ( https://github.com/mob-sakai/UnmaskForUGUI/issues/14 )
10
+
11
+ ## [ v1.1.0] ( https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.1.0 ) (2019-01-25)
12
+
13
+ [ Full Changelog] ( https://github.com/mob-sakai/UnmaskForUGUI/compare/1.1.0...v1.1.0 )
6
14
7
15
** Install UnmaskForUGUI with Unity Package Manager!**
8
16
Original file line number Diff line number Diff line change 2
2
"name" : " com.coffee.unmask" ,
3
3
"displayName" : " Unmask for uGUI" ,
4
4
"description" : " Reverse mask for uGUI element in Unity." ,
5
- "version" : " 1.1.0 " ,
5
+ "version" : " 1.1.1 " ,
6
6
"unity" : " 5.5" ,
7
7
"license" : " MIT" ,
8
8
"repository" : {
You can’t perform that action at this time.
0 commit comments