Vertex Paintable Material In Unity

Vertex Paintable Material In Unity

I created a vertex paintable material for Eris Online to allow artists to add surface detailing on dungeon floors.

I took shader I had previously developed — a vertex-blended triplanar shader using height data — and designed a new material that allows artists to paint in broken details and exposed dirt surface onto the dungeon floor to add more visual diversity.

The shader uses masks with channels for that include metallic, ambient occlusion, height, and smoothness maps. Artists can fine-tune the details and control the falloff of the blends for more precise control.

Related Posts

Anisotropic Highlight Hair Shader In Unity

Anisotropic Highlight Hair Shader In Unity

Hair models are commonly used in games, but Unity’s default URP materials did not achieve my desired results for hair shading.

Read More
Vertex Blend Triplanar Shader In Unity

Vertex Blend Triplanar Shader In Unity

When I first started using Unity, I was not satisfied with how terrain textures were blended together.

Read More
Choppy Wavy Hair In Unity

Choppy Wavy Hair In Unity

I crafted a choppy wavy hair using Blender, adopting a common hair creation workflow often associated with ZBrush.

Read More