UnmaskForUGUI/CHANGELOG.md

2.3 KiB

Changelog

v1.1.1 (2019-02-07)

Full Changelog

Fixed bugs:

  • UnmaskRaycastFilter is not reliable #14

v1.1.0 (2019-01-25)

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 (2018-10-18)

Full Changelog

Implemented enhancements:

  • Add Fit On LateUpdate option #10

v0.2.0 (2018-10-16)

Full Changelog

Implemented enhancements:

  • Update demo & readme #9

v0.1.0 (2018-10-14)

Full Changelog

Implemented enhancements:

  • Add demo #5
  • Support nesting #4
  • Following another object #3
  • Ray through the unmasked rectangle #2
  • Reverse mask #1

* This Changelog was automatically generated by github_changelog_generator