Addressables from external projects

Hello everyone,

I have a main project that centralizes another three projects. So the idea of this main project it’s download the assets from the others three projects according if the assets exists or not.

There’s possible import Addressables from another projects? if not, there’s another alternative?

Thanks.

Pablo.

WHy bother with downloading?

Use symlinks or hardlinks.

And if you’re using github and other projects have their own repos, then submodules.

its working with asset bundle so that might works same with addressable

You can use addressables from other projects by using LoadContentCatalogAsync