Overview

Material Maker is a graph-based procedural material authoring tool built on Godot. It can generate static PBR materials, dynamic materials, and shader-oriented outputs for engines including Unity, Godot, and Unreal. The project is especially useful for students who want to learn node-based procedural material thinking without starting inside a paid DCC ecosystem. (RodZilla, Material Maker, see source-material-maker)

Setup

Typical use:

  1. Build a material graph from generator and transform nodes.
  2. Preview the result in 2D or on a 3D model.
  3. Export texture sets or shader-oriented outputs for the target engine.

Usage

Material Maker is strongest for:

  • procedural PBR texture authoring
  • quick material experimentation
  • learning graph-based material logic
  • exporting material results into Unity or other engines

It is best thought of as a material authoring tool, not as a replacement for engine-side shader tools such as shader-graph-overview.

Gotchas

  • Some outputs and export flows are more mature than others.
  • Engine export does not remove the need to understand how the target engine expects textures and materials to be wired.
  • Advanced use quickly benefits from at least some GLSL awareness.

shader-graph-overview · unity-urp-overview · source-material-maker · overview-game-asset-libraries