Help with Importing assets...

Ok… So I have looked around and can’t find the answer… perhaps I need glasses, but…

I have a LOT of assets I am importing to my project, no problem there, but I need to adjust the import settings for each one… we’re talking thousands… it’s taking a loooong time to say the least to adjust each one. Am I simply missing the option somewhere or is there no way to “save” a set of import settings and apply them to all the assets at once?

Take a look at the AssetImporter class.

in particular the ModelImporter class and the TextureImporter class

additionally take a look at the AssetPostprocessor class in order to prepare, or customize an asset before/after an import by using message callbacks like “OnPostprocessModel”

the AssetPostprocessor documentation contains examples of how to use the AssetImporter classes properly.

There are some editor scripts on the wiki which apply settings to many files at once.

–Eric

Thanks for the suggestions, for some reason the wiki is down right now, but I’ll check it in the moring :slight_smile: