We have a game, a soccer game where we have made assets using addressables for different leagues, so like the english league loads logo, teams, player names etc for the english league while the spanish league loads the corresponding assets for that league.
Meaning, we have 1 game but depending on a setting we load the assets from different sources and thus it looks like a “different” game for the player.
So far everything is set up.
What I want to know, is it possible to use the old created assets with the new builds? Since the game is still under development and will recieve patches for a significant time, it is quite bothersome to recreate all assets for every build instead of just using the old ones. But perhaps I have misunderstood something?
