KellanHiggins / AsciiFBXExporterForUnity

A tool to export any Unity GameObject into a FBX ASCII format
Other
806 stars 165 forks source link

Is it impossible to save animated model as FBX file? #25

Closed Mose726 closed 2 years ago

Mose726 commented 7 years ago

I appreciate your work very much. I would like to export fbx files of model which is animated according to data came from motion capture system. I tried exporting fbx file while animating the model, but those exported fbx files were the same models with same posture (original T-pose).

Do you have any idea to deal with this issue? Thank you.

KellanHiggins commented 7 years ago

Oh boy, this is a heck of a complicated problem. I haven't looked at all how the animation information is store in FBX files.

If you figure it out, let us know. I would love to include that in this project.

To start off, I would find a FBX which has animation, convert it to ASCII and look through the file to see where the animation information is stored.

KellanHiggins commented 2 years ago

I have decided to not include animation as part of this exporter. If someone writes it and contributes that is great, but it is fairly complex to do this AND Unity's own FBX exporter does it.