unity3d Importers and (Post)Processors

30% OFF - 9th Anniversary discount on Entity Framework Extensions until December 15 with code: ZZZANNIVERSARY9

Syntax

  • AssetPostprocessor.OnPreprocessTexture()

Remarks

Use String.Contains() to process only assets that have a given string in their asset paths.

if (assetPath.Contains("ProcessThisFolder"))
{
    // Process asset
}


Got any unity3d Question?