Hi,
We are currently evaluating the new addressables system to see if it would be suitable for the following scenario:
- Mobile apps are downloading assets from a remote location
- Users should be able to search for all available assets on the server (> 100 assets) by keys
- Adding new assets should not require to re-build the whole remote content
The search functionality could possibly be implemented using Addressables.LoadContentCatalogAsync(pathToCatalog)
, but I guess there is no way to update the remote catalog without a rebuild?
BR,
Lukas