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

Feature idea: hierarchy empty objects #28

Closed Samu902 closed 11 months ago

Samu902 commented 1 year ago

It would be great if Blender collections translated to empty object in Unity, cloning the exact same hierarchy from Blender to Unity: we would avoid reorganizing once again the objects in Unity. I don't know if such feature is possible to add, but I try to ask for it anyway. Great job so far, keep going!

EdyJ commented 11 months ago

Not doable. Collections in Blender are very different from hierarchies. Hierarchies inherit position, scale, etc while collections are a way to organize the objects in Blender, regardless the hierarchy they belong to. For example, you may have objects belonging to a same hierarchy in different collections. You may enable/disable/view/hide these collections, but the transforms of the objects are still inherited from their common hierarchy.