Version: 2017.1
public int GetPostprocessOrder ();

Descripción

Override the order in which importers are processed.

By overriding GetImportOrder you can sort in which order postprocessors are executed. Smaller priorities will be imported first. The GetPostprocessOrder function does not affect the order of OnPostprocessAllAssets calls.