I imported a map and there was no textures #212
Replies: 2 comments 2 replies
|
Make sure to consult the manual, as it covers how FuncGodot handles textures. https://func-godot.github.io/func_godot_docs/FuncGodot%20Manual/pages/guide_textures.html |
|
Step-by-step: how to add textures 1️⃣ Make sure the texture files exist Check that you actually have the texture images, for example: 2️⃣ Create or assign a material Select the mesh in your scene and: For example: ⸻ 3️⃣ Re-import correctly (important) If you’re importing from formats like GLTF/FBX: Some formats (like OBJ) rely on .mtl files — if that file is missing or broken, textures won’t load. ⸻ 4️⃣ Check UVs (easy to miss) If textures are assigned but still don’t show correctly: You’d need to fix UVs in a 3D tool (Blender, etc.) before re-importing. hope this helps |
Uh oh!
There was an error while loading. Please reload this page.
How do I add textures

All reactions