nomand / PBRBlendShader

Unity Blending PBR Shaders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PBRBlendShader

A set of PBR shaders for Unity3d.

Using editor vertex blending tools (like Unity's recently purchased Polybrush.) you can blend barious PBR properties.

Features

These were made with Unity's Polybrush in mind, however any vertex painter will work.

  • Custom drag and drop inspectors with material properties autoassignment.
  • BlendTwo Blends two PBR materials together. currently broken.
  • BlendWet: Paint wentess / water onto a PBR material.
  • BlendRough: Paint additional roughness onto a PBR material, maintaining base heigtmap.
  • BlendBase: Paint additional albedo onto a PBR material, maintaining base heigtmap.

download the unitypackage for shaders and associated scripts only or download the project for other setup. I never got around to implementing Emissive properties. Refer to the Wiki for more details.

Disclaimer

These shaders were made using ShaderForge. Now that ShaderForge is discontinued, Unity 2018 broke it and native Substance support has been removed, these shaders will only work in Unity version up to 2017.4.5. I may revisit these in the future and update them to Unity's shader graph, but with introduction of new Scriptable pipelines, there's a lot for me to learn, therefore I'm making this available, feel free to submit pull requests.

License

Refer to the License (CC-BY-NC-SA-4.0) for rights and limitations.

Master branch contains code from:

Observe their respective licenses.

About

Unity Blending PBR Shaders

License:Other


Languages

Language:C# 49.4%Language:ShaderLab 26.6%Language:HLSL 24.0%