This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
0 votes

I have a simple cube setup with two textures. I applied these textures via blender render in the textures tab. These textures therefor show up on my materials. I do not have anything unwrapped or manually UV mapped. Here is a link to the screenshot of my setup:

https://imagebin.ca/v/2vinkUufqP1H
enter image description here

In Godot engine I added lights and everything in my scene but still no textures visible. Only thing i see are just the diffuse colors. I see both the images (in .tex) format located in the resource view of godot and everything. I even see the textures applied as materials in the properties view. However; when looking at the actual object in Godot, no textures are visible, even when playing the scene.

Do I need to manually unwrap and map UV coords? Does exporter/godot not support blenders texture -> material mapping?

in Engine by (23 points)
edited by

1 Answer

+1 vote
Best answer

Exporter isn't very sophisticated. It doesn't know that your geometry is simple cube. It won't generate UVs for you. You have to unwrap your geometry.

by (836 points)
selected by
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.