favoyang / unity-addressable-importer

A rule based addressable asset importer
MIT License
885 stars 124 forks source link

Can't use the importer without Odin v0.9.0 #39

Closed ReOcto closed 4 years ago

ReOcto commented 4 years ago

Exception:

Library/PackageCache/com.littlebigfun.addressable-importer@0.9.0/Editor/Helper/AddressableImportSettingsEditor.cs(21,11): error CS0246: The type or namespace name 'AddressableImporterOdinHandler' could not be found (are you missing a using directive or an assembly reference?)

Seems like the bug is caused by mistake in naming: AddressablesImporterOdinHandler >> AddressableImporterOdinHandler

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.94. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

github-actions[bot] commented 4 years ago

:tada: This issue has been resolved in version 0.9.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

favoyang commented 4 years ago

@ReOcto thanks for reporting the bug. I thought it was fixed before, but seems been reverted recently. Please give 0.9.1 a try.