chore(release): 0.10.0-preview.1 [skip ci]
# [0.10.0-preview.1](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v0.9.1...v0.10.0-preview.1) (2020-05-01) ### Bug Fixes * softmask not working on PS4 ([vrb391c10
](b391c103c5
)), closes [#74](https://github.com/mob-sakai/SoftMaskForUGUI/issues/74) ### Features * add sample importer ([d98a241
](d98a241e78
)) * raycast filter is now optional feature ([3b42727
](3b427274c9
)), closes [#73](https://github.com/mob-sakai/SoftMaskForUGUI/issues/73)
parent
1119d4cc24
commit
a91b6207c3
|
@ -1,3 +1,16 @@
|
|||
# [0.10.0-preview.1](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v0.9.1...v0.10.0-preview.1) (2020-05-01)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* softmask not working on PS4 ([b391c10](https://github.com/mob-sakai/SoftMaskForUGUI/commit/b391c103c57cdb3a848701ee5663b86b962031cd)), closes [#74](https://github.com/mob-sakai/SoftMaskForUGUI/issues/74)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add sample importer ([d98a241](https://github.com/mob-sakai/SoftMaskForUGUI/commit/d98a241e78f81a92bf22181d94a7622c6a65b589))
|
||||
* raycast filter is now optional feature ([3b42727](https://github.com/mob-sakai/SoftMaskForUGUI/commit/3b427274c9842c46dd90fa8845dc5156822b04e1)), closes [#73](https://github.com/mob-sakai/SoftMaskForUGUI/issues/73)
|
||||
|
||||
# Changelog
|
||||
|
||||
## [v0.9.1](https://github.com/mob-sakai/SoftMaskForUGUI/tree/v0.9.1) (2020-01-28)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "com.coffee.softmask-for-ugui",
|
||||
"displayName": "UI Soft Mask",
|
||||
"description": "UI Soft Mask is a smooth masking component for Unity UI (uGUI) elements.\nBy using SoftMask instead of the default Mask component, you can beautifully represent the rounded edges of UI elements.",
|
||||
"version": "0.9.1",
|
||||
"version": "0.10.0-preview.1",
|
||||
"unity": "2017.1",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
@ -26,4 +26,4 @@
|
|||
"path": "Samples~/Demo"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue