This addon tries to replicate most of the provided options from the StandardMaterial3D resource. Much of the options are still being tested and built. If you have need of a particular material feature, please create an issue.
UDIMShaderMaterial only supports up through UDIM tile id 1030. This can expand in the future. Keep in mind however that low end platforms like web or mobile (basically anything not using the Vulkan renderer) only support up to 12-32 textures to a shader.
- Albedo Tileset
- Albedo Color
- Transparency Settings
- Shading Settings
- Grow Settings
- Download from the Asset Library via the Godot Editor.
- Manually download this repo, and put the addons/udim_material folder in your project's addons/ directory.
- Create a UDIMShaderMaterial in a 3D material property.
- Create a UDIMTextureTileset in the "Albedo" > "Albedo Tileset" propererty of the UDIMShaderMaterial
- Click left click the UDIMTextureTileset to reveal an "Import UDIM Texture Set" button, left click it.
- Browse to and select one of any of the appropriately named UDIM tile textures from the tileset you'd like to use.
- Done!