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

https://github.com/kevinw/unityshaderrewriterexample

Unity shader rewriting proof-of-concept/example
https://github.com/kevinw/unityshaderrewriterexample

Last synced: about 2 months ago
JSON representation

Unity shader rewriting proof-of-concept/example

Awesome Lists containing this project

README

        

# UnityShaderRewriterExample

An example showing how to build a Shader Forge like tool for Unity, where the text of shaders gets updated on the fly.

Ships with a minimal example baking a color's value directly into the text of the shader:

![color example](https://github.com/kevinw/UnityShaderRewriterExample/blob/master/Media/live_shader_rewrite.gif?raw=true)