v1.1.0
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