File tree Expand file tree Collapse file tree 6 files changed +50
-26
lines changed
Assets/Coffee/UIExtensions/UnmaskForUGUI Expand file tree Collapse file tree 6 files changed +50
-26
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v1.1.3] ( https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.1.3 ) (2019-07-12)
4
+
5
+ [ Full Changelog] ( https://github.com/mob-sakai/UnmaskForUGUI/compare/v1.1.2...v1.1.3 )
6
+
7
+ ** Fixed bugs:**
8
+
9
+ - There is no asmdef file in this package [ \# 16] ( https://github.com/mob-sakai/UnmaskForUGUI/issues/16 )
10
+
11
+ ** Closed issues:**
12
+
13
+ - Separate the demo directory as unitypackage [ \# 17] ( https://github.com/mob-sakai/UnmaskForUGUI/issues/17 )
14
+
3
15
## [ v1.1.2] ( https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.1.2 ) (2019-07-10)
4
16
5
17
[ Full Changelog] ( https://github.com/mob-sakai/UnmaskForUGUI/compare/v1.1.1...v1.1.2 )
20
32
21
33
[ Full Changelog] ( https://github.com/mob-sakai/UnmaskForUGUI/compare/1.1.0...v1.1.0 )
22
34
23
- ** Install UnmaskForUGUI with Unity Package Manager!**
24
-
25
- Find the manifest.json file in the Packages folder of your project and edit it to look like this:
26
- ``` js
27
- {
28
- " dependencies" : {
29
- " com.coffee.unmask" : " https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.0" ,
30
- ...
31
- },
32
- }
33
- ```
35
+ ** Install UnmaskForUGUI with Unity Package Manager!**
36
+
37
+ Find the manifest.json file in the Packages folder of your project and edit it to look like this:
38
+ ``` js
39
+ {
40
+ " dependencies" : {
41
+ " com.coffee.unmask" : " https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.0" ,
42
+ ...
43
+ },
44
+ }
45
+ ```
34
46
To update the package, change ` #1.1.0 ` to the target version.
35
47
36
48
** Implemented enhancements:**
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.2 " ,
55
+ " com.coffee.unmask" : " https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.3 " ,
56
56
...
57
57
},
58
58
}
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.2 " ,
5
+ "version" : " 1.1.3 " ,
6
6
"unity" : " 2017.1" ,
7
7
"license" : " MIT" ,
8
8
"repository" : {
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v1.1.3] ( https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.1.3 ) (2019-07-12)
4
+
5
+ [ Full Changelog] ( https://github.com/mob-sakai/UnmaskForUGUI/compare/v1.1.2...v1.1.3 )
6
+
7
+ ** Fixed bugs:**
8
+
9
+ - There is no asmdef file in this package [ \# 16] ( https://github.com/mob-sakai/UnmaskForUGUI/issues/16 )
10
+
11
+ ** Closed issues:**
12
+
13
+ - Separate the demo directory as unitypackage [ \# 17] ( https://github.com/mob-sakai/UnmaskForUGUI/issues/17 )
14
+
3
15
## [ v1.1.2] ( https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.1.2 ) (2019-07-10)
4
16
5
17
[ Full Changelog] ( https://github.com/mob-sakai/UnmaskForUGUI/compare/v1.1.1...v1.1.2 )
20
32
21
33
[ Full Changelog] ( https://github.com/mob-sakai/UnmaskForUGUI/compare/1.1.0...v1.1.0 )
22
34
23
- ** Install UnmaskForUGUI with Unity Package Manager!**
24
-
25
- Find the manifest.json file in the Packages folder of your project and edit it to look like this:
26
- ``` js
27
- {
28
- " dependencies" : {
29
- " com.coffee.unmask" : " https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.0" ,
30
- ...
31
- },
32
- }
33
- ```
35
+ ** Install UnmaskForUGUI with Unity Package Manager!**
36
+
37
+ Find the manifest.json file in the Packages folder of your project and edit it to look like this:
38
+ ``` js
39
+ {
40
+ " dependencies" : {
41
+ " com.coffee.unmask" : " https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.0" ,
42
+ ...
43
+ },
44
+ }
45
+ ```
34
46
To update the package, change ` #1.1.0 ` to the target version.
35
47
36
48
** Implemented enhancements:**
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.2 " ,
55
+ " com.coffee.unmask" : " https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.3 " ,
56
56
...
57
57
},
58
58
}
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.2 " ,
5
+ "version" : " 1.1.3 " ,
6
6
"unity" : " 2017.1" ,
7
7
"license" : " MIT" ,
8
8
"repository" : {
You can’t perform that action at this time.
0 commit comments