Skip to content

v1.1.0

Compare
Choose a tag to compare
@mob-sakai mob-sakai released this 07 Feb 11:18
· 27 commits to master since this release

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