Commit Graph

10 Commits (develop)

Author SHA1 Message Date
semantic-release-bot 58eeefc698 1.0.0-preview.8
# [1.0.0-preview.8](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v1.0.0-preview.7...v1.0.0-preview.8) (2020-09-08)

### Features

* if the 'UIMask' sprite is specified as the source image, it is suggested to use another image ([ea904db](ea904dbe3a)), closes [#82](https://github.com/mob-sakai/SoftMaskForUGUI/issues/82)
* option to disable softening completely ([dedd847](dedd847fd0)), closes [#98](https://github.com/mob-sakai/SoftMaskForUGUI/issues/98)
* use the stencil buffer outside the scene view canvas for editing ([dbab85c](dbab85c0f0)), closes [#100](https://github.com/mob-sakai/SoftMaskForUGUI/issues/100)
2020-09-08 02:33:58 +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 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
iizzaya 0efcdfb78f Add the parameter to control mask transparency 2019-10-14 23:50:51 +08:00
mob-sakai 110c744bb9 close #29; 'Parts of parent' option 2019-03-11 15:56:35 +09:00
mob-sakai 2f3d1e9699 fix #16; SceneView does not display SoftMask properly 2019-02-01 16:27:56 +09:00
mob-sakai 2eb9053410 fix #30; SoftMask is not clipped by RectMask2D 2019-01-26 21:33:23 +09:00
mob-sakai acccdc7d7b fix #27; Does not work with flipped/rotated images 2019-01-25 13:43:17 +09:00
mob-sakai 6bccface4c Use relative path instead of absolute path for package 2019-01-13 10:40:40 +09:00
mob-sakai c243534efd Refactor 2018-12-21 11:26:09 +09:00