GetPostprocessOrder()
Override the order in which importers are processed.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public virtual int GetPostprocessOrder()
Returns
Type | Description |
|---|---|
| int |
Remarks
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.