Logs an import error message to the console.
class CustomImportSettings extends AssetPostprocessor { function OnPreprocessTexture() { var importer : TextureImporter = assetImporter; if(!importer) LogError("Texture doesnt exists"); } }