Closed ese9 closed 2 years ago
Hi @ese9,
Thanks for the contribution. I like the idea. But here's something to be considered:
Instance(s)
is being invoked every time an asset is imported. I suppose AssetDatabase.FindAssets("t:...
will be a bottleneck for a larger project (especially when performing a bulk reimport).Please also notice that https://github.com/favoyang/unity-addressable-importer/pull/68 brings some conflicts for the PR.
Update with AddressableImportSettings. Make settings more flexible and readable if you have a lot of rules by spliting to different scriptables.
Closes #66