1.4.2 (2023-10-25)
1.4.1 (2023-03-14)
1.4.0 (2022-02-17)
- add edge smoothing option (c5317de)
1.3.0 (2021-06-29)
- fix sample (2cf7348)
- only for children option inside a scrollview (b1e2bcc), closes #24
- remove component icons (27cf23b)
- add menu to create template object (907599c)
1.2.0 (2020-10-07)
- adapt pivot when trying to fit to target (a39fcef)
- pass camera to check the point in rectangle when camera is not null (65a0ad0)
- add menu to import demo (74603c5)
v1.1.3 (2019-07-12)
Fixed bugs:
- There is no asmdef file in this package #16
Closed issues:
- Separate the demo directory as unitypackage #17
v1.1.2 (2019-07-10)
Fixed bugs:
- Can't install package using UPM #15
v1.1.1 (2019-02-07)
Fixed bugs:
- UnmaskRaycastFilter is not reliable #14
v1.1.0 (2019-01-25)
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)
Implemented enhancements:
- Add
Fit On LateUpdate
option #10
v0.2.0 (2018-10-16)
Implemented enhancements:
- Update demo & readme #9
v0.1.0 (2018-10-14)
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