enter the list of animations into FBXImporter

Hello.

I have the fbx file with a lot of animations in it
and have the animation list with frame spans in text file

i would like to enter all animations data at once into FBXImporter animation list rather than type-in one animation after another by hands

How can I enter the list of animations into FBXImporter ?

Thank you.

Yes, there is a method for things like that. You should take a look into setting ModelImporter.clipAnimations in AssetPostprocessor.OnPreprocessModel. Does that answer your question?

not exactly, but it’s helpful

thank you