Hello, in a previous post, #1395170695633436732 , I was having trouble with a warning message saying " Warning, Importer gave inconsistant result when importing specific asset.
For some background, i have an asset importer, that asks a singleton instance if it should change anything about the file its trying to import. i have editor tools and methods that perform operations on the singleton, changing its answer for specific imported models that the user chooses. when reimporting the file right after changing the values, it gives the error message above.
if i decide to add the singleton as a custom dependance for any model i import, if i add / remove / change a single asset it would reimport every asset with the custom dependacy. i could change it so each model uses a specific scriptable object .asset, but that could create alot of garbage / saving / loading singletons for each model if you have like 1k models.
anyone have advice on ways you could solve this problem? Am i entirely wrong in my thinking of how you would be able to select specific objects to change? any advice is appriciated.