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

Missing Materials? #41

Closed JGameMaker92 closed 10 months ago

JGameMaker92 commented 10 months ago

Why aren't materials also being exported with this plugin?

EdyJ commented 10 months ago

Couldn't reproduce the issue. Materials are included in the exported FBX file. Note that this plugin internally calls Blender's FBX Exporter to write the FBX file, so try the standard FBX Exporter to check if there's any difference in the materials.

If the problem persists, feel free to reopen the issue with the precise steps to reproduce the problem, including a .blend file I could use.