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