You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the children of an instanced collection get an unneeded 90 degrees rotation over the X-axis.
Clearing this childs rotation in unity gets me what I need.
I've checked this out and currently I can't see a clear way to fix it. It seems that the collection instances are exported as a new object in the hierarchy being the parent of the duplicated collection. The duplicated objects are renamed in a very specific way.
Applying the rotation fix requires converting the instance to actual objects before modifying the matrices. I can do that in the editor with Object > Apply > Make Instances Real, but then the collection object is removed and the content of the instanced collection is copied to the root of the current collection and renamed in a different way (adding .001 etc to the names). In that situation the fix would work, but the exported hierarchy would be quite different than using the default FBX exporter.
I'm not sure about what to do. Maybe I could re-create the collection instance as Empty object, then make it the parent of the duplicated collection content. But again, the names would be different than those assigned with the default FBX exporter.
Hello,
I noticed that the children of an instanced collection get an unneeded 90 degrees rotation over the X-axis.
Clearing this childs rotation in unity gets me what I need.
blender-to-unity-fbx-exporter-repro.zip
The text was updated successfully, but these errors were encountered: