Skip to content

AscheLab/AscheLib.UIEffect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AscheLib.UIEffect

Created by Syunta Washidu (AscheLab)

What's UIEffect?

UIEffect is a library for implementing UI that applies effects to previously rendered graphics

Install

Using UnityPackageManager

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 for UIEffect

using AscheLib.UI
  1. Create Image
    CreateImage
  2. Attach effect component
    AttachEffect
  3. Done
    Done

Currently implemented effects

  • FrostedGlass
  • Grayscale
  • InvertColor
  • Mosaic
  • Sepia
    CurrentlyEffects

License

This library is under the MIT License.