Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aillieo/UISoftMask
Soft mask based on UGUI
https://github.com/aillieo/UISoftMask
alpha mask ugui
Last synced: 2 months ago
JSON representation
Soft mask based on UGUI
- Host: GitHub
- URL: https://github.com/aillieo/UISoftMask
- Owner: aillieo
- License: mit
- Created: 2018-09-07T07:20:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-08T05:39:07.000Z (almost 6 years ago)
- Last Synced: 2024-08-03T19:09:48.008Z (6 months ago)
- Topics: alpha, mask, ugui
- Language: C#
- Size: 741 KB
- Stars: 66
- Watchers: 8
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - UISoftMask - Soft mask (Mask)
README
基于UGUI的SoftMask组件,通过SoftMask的alpha贴图控制目标元素的显示区域。可有效避免使用Mask时产生的硬边,并可以实现更多的效果。详情请运行示例工程`SceneTest`。
![test.gif](test.gif)
---
A SoftMask component based on UGUI, which can modify the appearance of masked objects with the assigned alpha texture. With SoftMask the hard cut caused by Mask can be avoided easily and you can create some more effects. For details please run `SceneTest`.