Hi there
I’m trying to make an asset viewer, where I say which catalog to load, so I can see the same asset in different versions.
When you try to load a different catalog with the same assets in different versions, It says it can’t load the new bundle because another bundle with the same files is already loaded.
I’m having a hard time trying to figure out how to unload bundles, catalog and resource locations. Clearing the Addressables.ResourceLocators list doesn’t seem to do the trick. Using Addressables.Release removes the instance, but doesn’t remove the dependency list or the content catalog. I’m still a bit lost in this and any help would be really appreciated.
Thanks in advance.