Commit Graph

8 Commits (develop)

Author SHA1 Message Date
jnncoutinho 40b450ba24 fix: fixed shader compilation in some platforms
The overload abs(float4x4, float4x4) is not present in some platforms
supported by Unity
Decomposing the operation fixes the problem
2022-05-15 15:17:00 +09:00
Mane Function 50c41f29cc fix: applied a workaround to fix a Microsoft HLSL compiler issue
close #131
https://fogbugz.unity3d.com/default.asp?934464_sjh4cs4ok77ne0cj&_ga=2.124069071.432066521.1640792064-45545210.1640792064
2022-05-15 15:17:00 +09:00
semantic-release-bot 5c54622518 1.0.0-preview.14
# [1.0.0-preview.14](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v1.0.0-preview.13...v1.0.0-preview.14) (2020-10-08)

### Bug Fixes

* incorrect behavior when a world space canvas and an overlay canvas are enabled together ([a6e82fa](a6e82fa2a7)), closes [#107](https://github.com/mob-sakai/SoftMaskForUGUI/issues/107)
2020-10-08 15:59:24 +00:00
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 03a7b84fa2 1.0.0-preview.5
# [1.0.0-preview.5](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v1.0.0-preview.4...v1.0.0-preview.5) (2020-06-09)

### Bug Fixes

* screen space overlay bug with game window resize ([91b7788](91b77885bc)), closes [#93](https://github.com/mob-sakai/SoftMaskForUGUI/issues/93)
2020-06-09 05:41:37 +00:00
semantic-release-bot 9aa9f568b8 1.0.0-preview.4
# [1.0.0-preview.4](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v1.0.0-preview.3...v1.0.0-preview.4) (2020-06-07)

### Bug Fixes

* fix the tooltip text ([f38f034](f38f034148))

### Features

* add a new option to ignore stencil if it is not needed as a mask ([9edcb2d](9edcb2d22b))
* add a new public property 'useStencil' ([09dbaad](09dbaad203))
* improve performance ([018ec78](018ec78c75))
2020-06-07 04:19:49 +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