Skip to content

Releases: mob-sakai/UnmaskForUGUI

1.4.2

25 Oct 17:37
Compare
Choose a tag to compare
1.4.2 Pre-release
Pre-release

1.4.2 (2023-10-25)

Bug Fixes

  • UnmaskRaycastFilter not working anymore (14ab505), closes #29

1.4.1

14 Mar 07:54
Compare
Choose a tag to compare

1.4.1 (2023-03-14)

Bug Fixes

  • Fixed error when executing menu item (9f0afa1), closes #27

1.4.0

17 Feb 19:15
Compare
Choose a tag to compare

1.4.0 (2022-02-17)

Features

  • add edge smoothing option (c5317de)

1.3.0

29 Jun 13:25
Compare
Choose a tag to compare

1.3.0 (2021-06-29)

Bug Fixes

  • fix sample (2cf7348)
  • only for children option inside a scrollview (b1e2bcc), closes #24
  • remove component icons (27cf23b)

Features

  • add menu to create template object (907599c)

v1.2.0

07 Oct 00:20
Compare
Choose a tag to compare

1.2.0 (2020-10-07)

Bug Fixes

  • adapt pivot when trying to fit to target (a39fcef)
  • pass camera to check the point in rectangle when camera is not null (65a0ad0)

Features

  • add menu to import demo (74603c5)

v1.1.3

12 Jul 08:05
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • There is no asmdef file in this package #16

Closed issues:

  • Separate the demo directory as unitypackage #17

v1.1.2

10 Jul 06:26
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Can't install package using UPM #15

v1.1.1

07 Feb 11:20
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • UnmaskRaycastFilter is not reliable #14

v1.1.0

07 Feb 11:18
Compare
Choose a tag to compare

Full Changelog

Install UnmaskForUGUI with Unity Package Manager!

Find the manifest.json file in the Packages folder of your project and edit it to look like this:

{
  "dependencies": {
    "com.coffee.unmask": "https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.0",
    ...
  },
}

To update the package, change #1.1.0 to the target version.

Implemented enhancements:

  • Unmask only for children option #11

v1.0.0

18 Oct 22:27
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Add Fit On LateUpdate option #10