mob-sakai
91c00993b9
feat: Add ignore self graphic option.
...
Self Graphic will not be drawn to soft mask buffer.
2020-06-04 13:41:52 +09:00
mob-sakai
a5abcdaa20
refactor: refactor
2020-06-04 13:41:52 +09:00
mob-sakai
9961c90914
build: update release script
2020-06-04 13:41:52 +09:00
semantic-release-bot
888eee6dbd
chore(release): 1.0.0-preview.2 [skip ci]
...
# [1.0.0-preview.2](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v1.0.0-preview.1...v1.0.0-preview.2 ) (2020-05-13)
### Bug Fixes
* compile error ([56b1791
](56b1791bd3
)), closes [#87 ](https://github.com/mob-sakai/SoftMaskForUGUI/issues/87 )
2020-05-13 05:43:02 +00:00
mob-sakai
56b1791bd3
fix: compile error
...
Close #87
2020-05-13 14:41:24 +09:00
mob-sakai
8db199ab03
docs: add docs for contributing
2020-05-13 14:39:42 +09:00
semantic-release-bot
b57612ca1f
chore(release): 1.0.0-preview.1 [skip ci]
...
# [1.0.0-preview.1](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v0.10.0-preview.3...v1.0.0-preview.1 ) (2020-05-11)
### Bug Fixes
* Unintentional material destruction ([bf17b19
](bf17b19ef2
))
### change
* change namespace ([0347b04
](0347b04fb7
))
### Features
* support graphic connector ([3451521
](34515216a3
)), closes [#75 ](https://github.com/mob-sakai/SoftMaskForUGUI/issues/75 ) [#76 ](https://github.com/mob-sakai/SoftMaskForUGUI/issues/76 ) [#80 ](https://github.com/mob-sakai/SoftMaskForUGUI/issues/80 )
### BREAKING CHANGES
* If your code contained the SoftMask API, it would fail to compile. Please change the namespace from `Coffee.UIExtensions` to `Coffee.UISoftMask`.
* The name of the custom SoftMaskable shader must be changed. For more information, see the ‘Support soft masks with your custom shaders’ section of the README.
2020-05-11 07:34:06 +00:00
mob-sakai
bf17b19ef2
fix: Unintentional material destruction
2020-05-11 16:33:12 +09:00
mob-sakai
7c353ee3cd
chore: update meta data
2020-05-11 16:33:12 +09:00
mob-sakai
3aeb17a5da
docs: update readme
2020-05-11 16:33:12 +09:00
mob-sakai
e65bbb1cef
refactor: refactor
2020-05-11 16:33:12 +09:00
mob-sakai
0347b04fb7
change: change namespace
...
BREAKING CHANGE: If your code contained the SoftMask API, it would fail to compile. Please change the namespace from `Coffee.UIExtensions` to `Coffee.UISoftMask`.
2020-05-11 16:33:12 +09:00
mob-sakai
34515216a3
feat: support graphic connector
...
The rendering material is automatically generated. You don't need to pre-generate the material.
The generated materials are cached and properly batched.
Close #75 , close #76 , close #80
BREAKING CHANGE: The name of the custom SoftMaskable shader must be changed. For more information, see the ‘Support soft masks with your custom shaders’ section of the README.
2020-05-11 16:33:12 +09:00
semantic-release-bot
0389363798
chore(release): 0.10.0-preview.3 [skip ci]
...
# [0.10.0-preview.3](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v0.10.0-preview.2...v0.10.0-preview.3 ) (2020-05-08)
### Bug Fixes
* compile error on build ([e7ff660
](e7ff660aa5
)), closes [#84 ](https://github.com/mob-sakai/SoftMaskForUGUI/issues/84 )
* visual bug with ScreenSpaceCamera canvas on editor ([ec9ac44
](ec9ac4481f
))
2020-05-08 22:06:28 +00:00
mob-sakai
d689a3cf72
chore: unity version
2020-05-07 22:34:37 +09:00
mob-sakai
ec9ac4481f
fix: visual bug with ScreenSpaceCamera canvas on editor
2020-05-07 22:34:37 +09:00
mob-sakai
e7ff660aa5
fix: compile error on build
...
Close #84
2020-05-07 22:34:37 +09:00
semantic-release-bot
be4ebfed91
chore(release): 0.10.0-preview.2 [skip ci]
...
# [0.10.0-preview.2](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v0.10.0-preview.1...v0.10.0-preview.2 ) (2020-05-03)
### Bug Fixes
* visual bug with ScreenSpaceCamera canvas on editor ([482b967
](482b96709b
)), closes [#78 ](https://github.com/mob-sakai/SoftMaskForUGUI/issues/78 )
2020-05-03 11:37:51 +00:00
mob-sakai
482b96709b
fix: visual bug with ScreenSpaceCamera canvas on editor
...
Close #78
2020-05-01 21:30:20 +09:00
mob-sakai
046ad2401a
docs: update readme
2020-05-01 21:24:56 +09:00
mob-sakai
02509f3054
chore: update demo
2020-05-01 21:24:56 +09:00
semantic-release-bot
a91b6207c3
chore(release): 0.10.0-preview.1 [skip ci]
...
# [0.10.0-preview.1](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v0.9.1...v0.10.0-preview.1 ) (2020-05-01)
### Bug Fixes
* softmask not working on PS4 ([b391c10
](b391c103c5
)), closes [#74 ](https://github.com/mob-sakai/SoftMaskForUGUI/issues/74 )
### Features
* add sample importer ([d98a241
](d98a241e78
))
* raycast filter is now optional feature ([3b42727
](3b427274c9
)), closes [#73 ](https://github.com/mob-sakai/SoftMaskForUGUI/issues/73 )
2020-05-01 09:38:21 +00:00
mob-sakai
1119d4cc24
docs: update readme
2020-05-01 18:33:45 +09:00
mob-sakai
5c37d27d63
build: update release workflow
2020-05-01 17:13:10 +09:00
mob-sakai
cd6bd22ee1
build: npm audit fix
2020-05-01 12:10:46 +09:00
mob-sakai
d98a241e78
feat: add sample importer
2020-05-01 12:04:26 +09:00
mob-sakai
915eb07668
style: tab to space
2020-05-01 12:00:05 +09:00
mob-sakai
1c8fdbc050
build: update package json
2020-05-01 11:58:31 +09:00
mob-sakai
7d817e784f
refactor: move shaders for TMPro
2020-05-01 11:43:22 +09:00
mob-sakai
b391c103c5
fix: softmask not working on PS4
...
Close #74
2020-05-01 11:43:22 +09:00
mob-sakai
3b427274c9
feat: raycast filter is now optional feature
...
Close #73
2020-05-01 11:43:22 +09:00
mob-sakai
187ad40b73
chore: update demo
2020-05-01 11:43:22 +09:00
mob-sakai
3e0b48ea4c
docs: update documents
2020-05-01 01:04:35 +09:00
mob-sakai
68b94fbdcb
build: use github actions to release
2020-05-01 01:04:19 +09:00
mob-sakai
fa53ace4e0
refactor: move files to Packages directory
2020-05-01 01:02:31 +09:00
mob-sakai
f89df67e86
doc: fix readme
2020-01-28 20:58:30 +09:00
mob-sakai
579330f269
release v0.9.1
2020-01-28 20:53:37 +09:00
mob-sakai
c192d57149
update documents for v0.9.1
2020-01-28 20:53:37 +09:00
mob-sakai
0c5578bda3
fix: Projection Matrix check always true when using world space canvas
2020-01-28 19:52:47 +09:00
mob-sakai
99bceaf619
fix: Raycast coordinates are incorrect
...
Close #52
2020-01-28 19:23:10 +09:00
mob-sakai
82c1de9f35
fix: Projection Matrix check always true when using world space canvas
...
Close #67
2020-01-28 19:11:35 +09:00
mob-sakai
c7e2fa2710
fix: Update softmask not working when canvas component was deactivated
...
Close #66
2020-01-28 18:46:48 +09:00
Takashi Sakai
ec9712039c
Merge pull request #62 from IIzzaya/develop
...
Add the parameter to control mask transparency
2019-10-15 09:12:24 +09:00
iizzaya
649589b1cb
Add the parameter to control mask transparency
2019-10-14 23:50:51 +08:00
mob-sakai
862842e891
release v0.9.0
2019-08-27 11:43:43 +09:00
mob-sakai
96a260fd44
update documents for v0.9.0
2019-08-27 11:43:43 +09:00
mob-sakai
05a94faa68
fix: Prefab Mode in Play Mode is not supported bug #60
2019-08-27 11:39:01 +09:00
mob-sakai
699b8aba0e
fix: Missing .meta file #59
2019-08-27 11:38:33 +09:00
Takashi Sakai
a6416718c2
Update README.md
2019-07-23 03:41:59 +09:00
Takashi Sakai
3be6802d1f
Create FUNDING.yml
2019-06-24 15:50:31 +09:00