public int GetPostprocessOrder ();

Description

Переопределение порядка, в котором обрабатываются импортеры.

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.