|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## [1.1.0](https://github.com/mob-sakai/UnmaskForUGUI/tree/1.1.0) (2019-01-25) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/v1.0.0...1.1.0) |
| 6 | + |
| 7 | +**Install UnmaskForUGUI with Unity Package Manager!** |
| 8 | + |
| 9 | +Find the manifest.json file in the Packages folder of your project and edit it to look like this: |
| 10 | +```js |
| 11 | +{ |
| 12 | + "dependencies": { |
| 13 | + "com.coffee.unmask": "https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.0", |
| 14 | + ... |
| 15 | + }, |
| 16 | +} |
| 17 | +``` |
| 18 | +To update the package, change `#1.1.0` to the target version. |
| 19 | + |
| 20 | +**Implemented enhancements:** |
| 21 | + |
| 22 | +- Unmask only for children option [\#11](https://github.com/mob-sakai/UnmaskForUGUI/issues/11) |
| 23 | + |
| 24 | +## [v1.0.0](https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.0.0) (2018-10-18) |
| 25 | + |
| 26 | +[Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/v0.2.0...v1.0.0) |
| 27 | + |
| 28 | +**Implemented enhancements:** |
| 29 | + |
| 30 | +- Add `Fit On LateUpdate` option [\#10](https://github.com/mob-sakai/UnmaskForUGUI/issues/10) |
| 31 | + |
| 32 | +## [v0.2.0](https://github.com/mob-sakai/UnmaskForUGUI/tree/v0.2.0) (2018-10-16) |
| 33 | + |
| 34 | +[Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/v0.1.0...v0.2.0) |
| 35 | + |
| 36 | +**Implemented enhancements:** |
| 37 | + |
| 38 | +- Update demo & readme [\#9](https://github.com/mob-sakai/UnmaskForUGUI/issues/9) |
| 39 | + |
| 40 | +## [v0.1.0](https://github.com/mob-sakai/UnmaskForUGUI/tree/v0.1.0) (2018-10-14) |
| 41 | + |
| 42 | +[Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/987e437b26b83a78d6f54d6cc6778c3181e8e5dc...v0.1.0) |
| 43 | + |
| 44 | +**Implemented enhancements:** |
| 45 | + |
| 46 | +- Add demo [\#5](https://github.com/mob-sakai/UnmaskForUGUI/issues/5) |
| 47 | +- Support nesting [\#4](https://github.com/mob-sakai/UnmaskForUGUI/issues/4) |
| 48 | +- Following another object [\#3](https://github.com/mob-sakai/UnmaskForUGUI/issues/3) |
| 49 | +- Ray through the unmasked rectangle [\#2](https://github.com/mob-sakai/UnmaskForUGUI/issues/2) |
| 50 | +- Reverse mask [\#1](https://github.com/mob-sakai/UnmaskForUGUI/issues/1) |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
0 commit comments