s&box docs

Naming Conventions

The editor can automatically assign the textures in a Material as long as they follow the naming conventions below.

Texture Naming

The editor can automatically assign the textures in a Material as long as they follow the naming conventions below.

Texture TypeSuffix
Base Color / Albedo / Diffuse_color
Normal Map_normal
Roughness_rough
Metallic_metal
Ambient Occlusion_ao
Opacity / Alpha / Transparency_trans
Emissive / Self Illumination_selfillum
Tint Mask_mask
Blend Mask_blend
Height_height

For example: sand_color.png, sand_normal.png, sand_rough.png

These suffixes are defined by the shader. Custom shaders may use different naming conventions.

Right-click a texture in the Asset Browser and select Create Material. Any textures with a matching base name (e.g. sand) will be assigned automatically.

You can also use Auto Fill in the Material Editor to save some time. Assign one texture and it will populate the remaining slots automatically.

Created at:
Updated at:

On this page