What problem does it solve?
This Skill removes the guesswork from importing PNG textures into Godot 4 and binding them to 3D surfaces, especially when a texture looks blurry, stretches across a face, or appears uneditable in the Inspector.
Core Features & Use Cases
- Import Sidecar Mechanics: Explains how the
.import sidecar controls texture import behavior and which settings are fixed versus art-style dependent.
- Filter and Mipmap Selection: Clarifies the
texture_filter enum trap so you can choose the correct sampling mode for the project’s style.
- Tiling and Surface Mapping: Shows how to repeat textures correctly on walls, floors, and large faces using Texture Repeat and
uv1_scale.
- Imported Material Editing: Helps you make imported mesh materials unique so they can be edited in the scene.
- Use Case: A level artist adds a wall texture, but it stretches instead of tiling and the imported mesh material is greyed out; this Skill gives the exact import and editing steps to fix both issues.
Quick Start
Use this skill to import a PNG in assets/textures, apply the correct Godot texture settings, and make the mesh material editable if it was imported as a shared resource.