Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xjine/unity_starglow
- Owner: XJINE
- License: bsd-3-clause
- Created: 2019-02-04T12:57:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-31T10:41:17.000Z (almost 5 years ago)
- Last Synced: 2024-11-17T20:48:08.840Z (about 1 month ago)
- Topics: assets, shader, unity
- Language: C#
- Homepage:
- Size: 12.2 MB
- Stars: 46
- Watchers: 6
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)