Created by Syunta Washidu (AscheLab)
UIEffect is a library for implementing UI that applies effects to previously rendered graphics
Find the manifest.json file in the Packages folder of your project and edit it to look like this.
"scopedRegistries": [
{
"name": "Unofficial Unity Package Manager Registry",
"url": "https://upm-packages.dev",
"scopes": [
"com.aschelab"
]
}
],
"dependencies": {
"com.aschelab.uieffect": "1.0.1",
...
}
using AscheLib.UI
This library is under the MIT License.