Skip to content

Tags: ByteDecoder/SoftMaskForUGUI

Tags

1.0.0-preview.5

Toggle 1.0.0-preview.5's commit message
1.0.0-preview.5

# [1.0.0-preview.5](mob-sakai/SoftMaskForUGUI@v1.0.0-preview.4...v1.0.0-preview.5) (2020-06-09)

### Bug Fixes

* screen space overlay bug with game window resize ([91b7788](mob-sakai@91b7788)), closes [mob-sakai#93](mob-sakai#93)

v1.0.0-preview.5

Toggle v1.0.0-preview.5's commit message
chore(release): 1.0.0-preview.5 [skip ci]

1.0.0-preview.4

Toggle 1.0.0-preview.4's commit message
1.0.0-preview.4

# [1.0.0-preview.4](mob-sakai/SoftMaskForUGUI@v1.0.0-preview.3...v1.0.0-preview.4) (2020-06-07)

### Bug Fixes

* fix the tooltip text ([f38f034](mob-sakai@f38f034))

### Features

* add a new option to ignore stencil if it is not needed as a mask ([9edcb2d](mob-sakai@9edcb2d))
* add a new public property 'useStencil' ([09dbaad](mob-sakai@09dbaad))
* improve performance ([018ec78](mob-sakai@018ec78))

v1.0.0-preview.4

Toggle v1.0.0-preview.4's commit message
chore(release): 1.0.0-preview.4 [skip ci]

1.0.0-preview.3

Toggle 1.0.0-preview.3's commit message
1.0.0-preview.3

# [1.0.0-preview.3](mob-sakai/SoftMaskForUGUI@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](mob-sakai@1935650))

### Features

* Add ignore self graphic option. ([91c0099](mob-sakai@91c0099))
* TextMeshPro support ([5b0906b](mob-sakai@5b0906b))

### 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.

v1.0.0-preview.3

Toggle v1.0.0-preview.3's commit message
chore(release): 1.0.0-preview.3 [skip ci]

1.0.0-preview.2

Toggle 1.0.0-preview.2's commit message
1.0.0-preview.2

# [1.0.0-preview.2](mob-sakai/SoftMaskForUGUI@v1.0.0-preview.1...v1.0.0-preview.2) (2020-05-13)

### Bug Fixes

* compile error ([56b1791](mob-sakai@56b1791)), closes [mob-sakai#87](mob-sakai#87)

v1.0.0-preview.2

Toggle v1.0.0-preview.2's commit message
chore(release): 1.0.0-preview.2 [skip ci]

# [1.0.0-preview.2](mob-sakai/SoftMaskForUGUI@v1.0.0-preview.1...v1.0.0-preview.2) (2020-05-13)

### Bug Fixes

* compile error ([56b1791](mob-sakai@56b1791)), closes [mob-sakai#87](mob-sakai#87)

1.0.0-preview.1

Toggle 1.0.0-preview.1's commit message
1.0.0-preview.1

# [1.0.0-preview.1](mob-sakai/SoftMaskForUGUI@v0.10.0-preview.3...v1.0.0-preview.1) (2020-05-11)

### Bug Fixes

* Unintentional material destruction ([bf17b19](mob-sakai@bf17b19))

### change

* change namespace ([0347b04](mob-sakai@0347b04))

### Features

* support graphic connector ([3451521](mob-sakai@3451521)), closes [mob-sakai#75](mob-sakai#75) [mob-sakai#76](mob-sakai#76) [mob-sakai#80](mob-sakai#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.

v1.0.0-preview.1

Toggle v1.0.0-preview.1's commit message
chore(release): 1.0.0-preview.1 [skip ci]

# [1.0.0-preview.1](mob-sakai/SoftMaskForUGUI@v0.10.0-preview.3...v1.0.0-preview.1) (2020-05-11)

### Bug Fixes

* Unintentional material destruction ([bf17b19](mob-sakai@bf17b19))

### change

* change namespace ([0347b04](mob-sakai@0347b04))

### Features

* support graphic connector ([3451521](mob-sakai@3451521)), closes [mob-sakai#75](mob-sakai#75) [mob-sakai#76](mob-sakai#76) [mob-sakai#80](mob-sakai#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.