Home

Awesome

Sprite-Postprocessing-Tool

This unity post processing plugin that let's you create different effects for the unity UI image or Sprite Renderer component.

For static image only, not supporting animations.

How to use it?

Make sure that under the import settings for the texture, in Advanced, the Read/Write Enable option is enabled. Then attach the SpritePostprocessing.cs script to any gameObjects that have UI Image or Sprite Renderer component attached.

The SpritePostprocessing.cs will automatic find the source (which is the UI Image or Sprite Renderer component) and apply the effect to it.

Options

Note

When changed the value, call ApplyTextureChanges() to apply the changes. When you want to reset the sprite to default, call Reset(). Also, enable/ disable the component will set/reset the post processing effect of sprite.

Screenshots

Editor View

Example