EdyJ / blender-to-unity-fbx-exporter

FBX exporter addon for Blender compatible with Unity's coordinate and scaling system.
MIT License
947 stars 98 forks source link

Why dose not have texture after export FBX? #47

Closed starock closed 5 months ago

starock commented 5 months ago

Why dose not have texture(image) after export FBX?

EdyJ commented 5 months ago

Textures are expected to be stored externally. When saving the FBX, the configuration of the Unity importer must be set properly so it can find and assign the textures.

Also note that materials in Blender don't have a 1:1 translation to Unity. Only some texture channels configured in a specific way can make their path to Unity automatically. Typically, you'll configure the materials and textures manually in Unity.