I’ve been running into this issue where my character’s skinning doesn’t make it through to unity.
The FBX survives a round trip in Houdini and apparently some other applications (although I haven’t been able to test this myself).
Houdini -
Unity -
You can see that the bone movement is coming across but not any skinning information.
Houdini support believe it’s an issue with Unity’s import process. I might have to try a previous version of Unity but I thought I’d check if anyone has any ideas here first.
Gday! It’s working for me now but I can’t remember exactly what the fix was. I know the process can be a little finicky at first. Are you exporting from Houdini?
oh good idea, on re-import i am just getting a static mesh… i am just using the default settings for fbx, and i am pointing it to a subnet that has a geo node (marked visible) and a bone chain (all marked visible as well)
is there any extra steps? i did see some old posts about “baking” keyframes not sure if that is needed though
p.s. if i import with a FILE node i get a static mesh whereas if i use the fbx import dialog i get a hilariously distended ice-cream-scoop looking mesh that does indeed animate
so the only difference between our two files was that my input to the whole thing was a FILE node (sunflower from quxel) and yours was a tube… when i switched my a tube it exported and imported correctly! crazy! i wonder if it has to do with zeroing out the transforms when i originally imported my flower…
i’ll do some more digging but at least i know the defaults work as expected with a minimal example
that is, they store the different LODs at different frames of the fbx, by changing that to LOD1.fbx the export succeeded
it is weird that it worked inside houdini just fine but breaks everything on export (even if the playback cursor is at frame 1 on export)… maybe i should file a big at sesi
thanks again so much, back to my regularly scheduled flower animation programming
Ahh cool, glad you got it all up and running again!
I noticed another thing, if i put any node after the deform it stopped working.
So that could be another thing to have an eye out for.