Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be πŸ“–

TRES Material Generator

An asset by pixelmount
The page banner background of a mountain and forest
TRES Material Generator hero image

Quick Information

0 ratings
TRES Material Generator icon image
pixelmount
TRES Material Generator

A Godot addon that automatically generates Materials (.tres) from folders of texture maps.

Supported Engine Version
4.5
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
1 day ago
Git URL
Issue URL

Material Generator

A Godot addon that auto-generates StandardMaterial3D resources from folders containing texture maps.

Installation

  1. Copy the addons/material_generator folder to your project's addons/ directory
  2. Enable the plugin in Project Settings β†’ Plugins

Usage

The Material Generator panel appears in the bottom dock. Point it to a folder containing texture files, and it will create a .tres material with the textures automatically assigned.

Supported Texture Types

The addon recognizes common texture naming patterns:

  • Albedo/Diffuse: basecolor, albedo, diffuse
  • Metallic: metallic
  • Roughness: roughness
  • Normal: normal, normalogl, normalgl
  • Height: height, heightmap
  • Ambient Occlusion: ambientocclusion, ao
  • Emission: emission

File names are case-insensitive and work with underscores or hyphens (e.g., base_color.png, Base-Color.png).

Modes

  • Create: Generate new materials (skips if file exists)
  • Overwrite: Replace existing materials completely
  • Merge: Update existing materials while preserving other settings

Example

For a folder structure like:

textures/wood/
  β”œβ”€ wood_albedo.png
  β”œβ”€ wood_normal.png
  └─ wood_roughness.png

The addon generates textures/wood.tres with all textures assigned to the appropriate StandardMaterial3D properties.

License

MIT

A Godot addon that automatically generates Materials (.tres) from folders of texture maps.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
TRES Material Generator icon image
pixelmount
TRES Material Generator

A Godot addon that automatically generates Materials (.tres) from folders of texture maps.

Supported Engine Version
4.5
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
1 day ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers