How can I change FBX import settings via script?

I have about 100 FBX animation files and I would like to run some tests with the “Animation Compression” on and off.

Since it will take forever to change all of them manually, is there a way to do it via script?

I found that AssetDatabase.LoadAllAssetsAtPath returns me an array of Object, but I don’t know how to proceed from this.

Thanks

when you figure it out make it a plugin haha

Im interested also since I have had to go through around 200 of them before one at a time

since some earlier unity version you can select multiple objects of the same type and change their settings. This also goes for import settings.

I didn’t know that :open_mouth:

Thanks a lot!