Skip to content

Xiexe's Unity Shaders v3.0.2

Compare
Choose a tag to compare
@Xiexe Xiexe released this 14 Jul 04:34
· 11 commits to master since this release
7a09d15

SHADER:

  • Added support for pre / post lighting hooks in the form of CGInclude files. This will help with expanding the plugin system XSToon has. You can learn more about the plugin system here. (Big thanks to @orels1 for the help on this!)

  • Added two example plugins / variants using the above system. (Mesh Reconstruction from Geometry Shader / Iridescent Variant)

  • Fixed normal mapping issues that could show up in some circumstances.

EDITOR:

  • Added support for custom editor extensions using a partial class. You can learn how to make these by looking at the examples, or, looking at the documentation, located here. (Big thanks yet again to @orels1 for the help on this!)