Search Unity

Multiple ScriptedImporter for the same file type

Discussion in 'Editor & General Support' started by pit-travis, Apr 4, 2019.

  1. pit-travis

    pit-travis

    Joined:
    Sep 17, 2018
    Posts:
    14
    Is there a strong reason this is explicitly disallowed? I wanted to write a custom importer for Tiled (the editor) maps (.tmx) in order to automate some processes we would otherwise have to do manually, but I'm already using another library that does stuff with .tmx files using a ScriptedImporter and therefor it doesn't work.
     
  2. pit-travis

    pit-travis

    Joined:
    Sep 17, 2018
    Posts:
    14
    I just noticed that there is AssetPostProcessor... can we use that in conjunction with ScriptedImporters? Would actually be the perfect use case for me.