I want to apply custom default values to an asset ONLY if it’s new. If I check the assetPath, of course it will give me a result because that’s the raw asset. So how do I check if it’s new?
Maybe use OnPostprocessAllAssets, and look only at assets listed in the first parameter?
That’s for post processing though. I want to apply importer settings depending on if it’s new or not in the preprocessing stage.