Canceling an Asset import in an AssetPostProcessor

Hi,

Is there a way to tell in OnPreprocessTexture() for example that after analyzing the assetPath/filename that you do not want Unity to continue with the import process?

No. You can only control the settings with which the texture will be imported.