favoyang / unity-addressable-importer

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

Import error #13

Closed LiuOcean closed 5 years ago

LiuOcean commented 5 years ago

Import this package into a project that already install addressable, it doesn't work.

I need delete all my addressable settings. Then delete addressable and this package.

Reimport this package, then update addressable to 1.3.8.

I test this on Mac with Unity 2019.2

favoyang commented 5 years ago

I tried unity 2019.2 and addressables 1.3.8 with no issue. What exactly the "import error" means? is it a compilation error, or just asset not get imported by rules you defined.

LiuOcean commented 5 years ago

My English is bad. Sorry. Just asset not get imported.

My project is using Addressable, I defined some groups. When I import this package, asset can't get imported.

Delete Addressable, all addressable setting and this package.

Reinstall this package, it can work.

favoyang commented 5 years ago

That's expected behaviour. The importer only works when you "import" assets. For asserts already imported, you need either re-import them, or use the quick assets import feature.

Issue closed.