File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ 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.1 " ,
55
+ " com.coffee.unmask" : " https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.2 " ,
56
56
...
57
57
},
58
58
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.coffee.unmask" ,
3
- "displayName" : " Unmask for uGUI" ,
4
- "description" : " Reverse mask for uGUI element in Unity." ,
5
- "version" : " 1.1.1 " ,
3
+ "displayName" : " Unmask for uGUI" ,
4
+ "description" : " Reverse mask for uGUI element in Unity." ,
5
+ "version" : " 1.1.2 " ,
6
6
"unity" : " 2017.1" ,
7
7
"license" : " MIT" ,
8
8
"repository" : {
9
9
"type" : " git" ,
10
10
"url" : " git+https://github.com/mob-sakai/UnmaskForUGUI.git"
11
11
},
12
12
"src" : " Assets/Coffee/UIExtensions/UnmaskForUGUI" ,
13
- "author" : " mob-sakai <sakai861104@gmail.com> (https://github.com/mob-sakai)" ,
13
+ "author" : " mob-sakai <sakai861104@gmail.com> (https://github.com/mob-sakai)" ,
14
14
"editorOnly" : false ,
15
15
"upmSupport" : true ,
16
- "dependencies" : {
17
- }
16
+ "dependencies" : {
17
+ }
18
18
}
You can’t perform that action at this time.
0 commit comments