Search Unity

How to show options window before an asset import?

Discussion in 'Scripting' started by ThaBullfrog, Jul 29, 2016.

  1. ThaBullfrog

    ThaBullfrog

    Joined:
    Mar 14, 2013
    Posts:
    49
    I'm using an AssetPostprocessor for a custom asset importer.
    However, the settings for each import might vary.
    I want to pause my function and have an editor window popup with a few options.
    After the user selects the options they want and closes the window, I want to continue the function, but I don't know how to go about this.