SoftMaskForUGUI Versions Save

UI Soft Mask is a smooth masking component for Unity UI (uGUI) elements.

1.0.2

2 years ago

1.0.2 (2022-05-15)

Bug Fixes

  • support TextMeshPro v2 or later (c85409e)

1.0.1

2 years ago

1.0.1 (2022-05-15)

Bug Fixes

  • applied a workaround to fix a Microsoft HLSL compiler issue (50c41f2), closes #131
  • fixed shader compilation in some platforms (40b450b)

1.0.0

3 years ago

1.0.0 (2021-02-24)

Features

BREAKING CHANGES

  • release 1.0.0

v1.0.0-preview.14

3 years ago

1.0.0-preview.14 (2020-10-08)

Bug Fixes

  • incorrect behavior when a world space canvas and an overlay canvas are enabled together (a6e82fa), closes #107

v1.0.0-preview.13

3 years ago

1.0.0-preview.13 (2020-10-01)

Bug Fixes

  • screen resolution in full screen mode is incorrect (39e3084)

v1.0.0-preview.12

3 years ago

1.0.0-preview.12 (2020-09-28)

Bug Fixes

  • clickable area inverted on Metal (3c189ff)
  • in Unity 2018.x, sample import failed on Windows (207ea9c)

v1.0.0-preview.11

3 years ago

1.0.0-preview.11 (2020-09-27)

Bug Fixes

  • an exception is thrown when the game view is inactive (97e5a21), closes #104
  • graphic.materialForRendering always returns different material (3f6acec), closes #103

v1.0.0-preview.10

3 years ago

1.0.0-preview.10 (2020-09-14)

Bug Fixes

  • if the package was installed via openupm, an unintended directory 'Samples' was included (d8fd47a), closes #102

v1.0.0-preview.9

3 years ago

1.0.0-preview.9 (2020-09-08)

Bug Fixes

  • TextMeshPro not work TMP_SubMeshUI (56995e9), closes #94

v1.0.0-preview.8

3 years ago

1.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), closes #82
  • option to disable softening completely (dedd847), closes #98
  • use the stencil buffer outside the scene view canvas for editing (dbab85c), closes #100