Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xjine/unity_starglow

Simple star-glow effect.
https://github.com/xjine/unity_starglow

assets shader unity

Last synced: 13 days ago
JSON representation

Simple star-glow effect.

Awesome Lists containing this project

README

        

# Unity_StarGlow

This is an implementation of Kawase's light-streak.

- [Frame Buffer Postprocessing Effects in DOUBLE-S.T.E.A.L(Wreckless)](http://www.daionet.gr.jp/~masa/archives/GDC2003_DSTEAL.ppt)

## Settings

Following settings are possible.

- Intensity.
- Quality.
- Base color.
- Number of light-streak.
- Angle of light-streak.

## Import to Your Project

You can import this asset from UnityPackage.

- [StarGlow.unitypackage](https://github.com/XJINE/Unity_StarGlow/blob/master/StarGlow.unitypackage)

### Dependencies

You have to import following assets to use this asset.

- [Unity_ImageEffectBase](https://github.com/XJINE/Unity_ImageEffectBase)