Commit Graph

180 Commits (615ab0cdc74a982c7e458dbab13c04633f7661db)

Author SHA1 Message Date
mob-sakai 615ab0cdc7 VRTest 2020-06-09 14:39:29 +09:00
mob-sakai 91b77885bc fix: screen space overlay bug with game window resize
close #93
2020-06-09 10:19:49 +09:00
mob-sakai b0edc97d46 refactor: refactor 2020-06-07 22:32:21 +09:00
semantic-release-bot f6ed306995 chore(release): 1.0.0-preview.4 [skip ci] 2020-06-07 04:19:33 +00:00
mob-sakai dab2aee1fa demo: update demo 2020-06-07 13:18:09 +09:00
mob-sakai 9edcb2d22b feat: add a new option to ignore stencil if it is not needed as a mask 2020-06-06 16:43:44 +09:00
mob-sakai f38f034148 fix: fix the tooltip text 2020-06-06 16:42:59 +09:00
mob-sakai 4a8106e6f6 change: change the default desampling rate to x1 2020-06-06 16:42:27 +09:00
mob-sakai 09dbaad203 feat: add a new public property 'useStencil' 2020-06-06 16:41:30 +09:00
mob-sakai c1b236c55f chore: add profiler 2020-06-05 17:54:24 +09:00
mob-sakai 018ec78c75 feat: improve performance 2020-06-05 16:14:14 +09:00
mob-sakai 4d9f0c623b build: add TextMeshPro resources to develop 2020-06-05 14:49:51 +09:00
mob-sakai e47328e924 docs: update docs 2020-06-04 14:04:13 +09:00
mob-sakai ae07257c4c chore: add github sponsors 2020-06-04 13:44:15 +09:00
semantic-release-bot 3f5e2cf8ef chore(release): 1.0.0-preview.3 [skip ci] 2020-06-04 04:43:01 +00:00
mob-sakai ddab49c1e4 change: the size of the soft mask buffer preview is changed to 128 (in editor) 2020-06-04 13:41:52 +09:00
mob-sakai 125f00e7a2 docs: update readme 2020-06-04 13:41:52 +09:00
mob-sakai 5b0906b608 feat: TextMeshPro support
BREAKING CHANGE: TextMeshPro support is now an option.
If a shader or material has errors after a version upgrade, you will need to import the asset.
Please see the README for more information.
2020-06-04 13:41:52 +09:00
mob-sakai 1b3a25e195 refactor: refactor 2020-06-04 13:41:52 +09:00
mob-sakai 19356500c5 fix: outside interaction doesn't work when the RaycastFilter option is off 2020-06-04 13:41:52 +09:00
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