Commit Graph

21 Commits (9ad7d46a10541a6f857931f9a7dfacfa02060d80)

Author SHA1 Message Date
semantic-release-bot 9ad7d46a10 1.0.0-preview.3
# [1.0.0-preview.3](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v1.0.0-preview.2...v1.0.0-preview.3) (2020-06-04)

### Bug Fixes

* outside interaction doesn't work when the RaycastFilter option is off ([1935650](19356500c5))

### Features

* Add ignore self graphic option. ([91c0099](91c00993b9))
* TextMeshPro support ([5b0906b](5b0906b608))

### BREAKING CHANGES

* 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 04:43:18 +00:00
semantic-release-bot 7ebbdeb251 1.0.0-preview.2
# [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:19 +00:00
semantic-release-bot 60ce6997e0 1.0.0-preview.1
# [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  to .
* 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:23 +00:00
semantic-release-bot f5f5b7e341 0.10.0-preview.2
# [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:38:07 +00:00
semantic-release-bot a9c6dadfa1 0.10.0-preview.1
# [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:38 +00:00
mob-sakai df3e829ca8 fix: Prefab Mode in Play Mode is not supported bug #60 2019-08-27 11:39:01 +09:00
mob-sakai ecce86f1fa fix #47; In overlay mode, mask will be incorrect if the root canvas's parent position are not zero 2019-03-26 20:38:28 +09:00
mob-sakai 7a9efce141 fix #44; The masked images all disappear if game view is maximized 2019-03-16 20:11:16 +09:00
mob-sakai bd6f85965e fix #41; Doesn't work with Screen-Space Overlay 2019-03-15 02:56:18 +09:00
mob-sakai 2bcec9dffe fix #36; if canvas camera is not set in world space mode, masked contents are not displayed 2019-03-11 20:30:43 +09:00
mob-sakai 8a57e34d40 Update demo 2019-03-11 15:56:35 +09:00
mob-sakai c414a6271f close #38; Improve for scene view 2019-03-11 11:43:37 +09:00
mob-sakai 59a4e49a70 Refactor 2019-02-01 16:28:11 +09:00
mob-sakai 2f3d1e9699 fix #16; SceneView does not display SoftMask properly 2019-02-01 16:27:56 +09:00
mob-sakai 4e533c22bf close #31; Mask interaction for each layer 2019-01-31 20:31:13 +09:00
mob-sakai e66f1bc75e close #11; Render the soft mask buffer only when needed to improve performance 2018-12-17 20:07:05 +09:00
mob-sakai 9d6bf05734 close #17; Set default material on disable 2018-12-17 20:07:05 +09:00
mob-sakai a0e32d6f66 Add null check for prefab editor 2018-12-17 20:07:05 +09:00
mob-sakai 74f6180547 remove debug code 2018-11-20 11:49:57 +09:00
mob-sakai 56bfeb44fb fix compile error 2018-11-20 11:30:07 +09:00
mob-sakai 38d4c0809c Implementation 2018-11-20 08:49:14 +09:00