Hey guys,
we want to add avatars/character icons to our multiplayer game.
There should be built-in icons (just sprites or prefabs) but it should also support icons from other sources.
Lets take facebook as an example.
The player sends an icon key (addressable key OR facebook thumbnail url) to the other players. This id is passed to the Addressables which resolves the id and returns either the asset bundle resource OR the downloaded sprite from facebook.
Is it possible to achieve this with the Addressable system and if so, how?
Maybe with a custom resource provider and/or operation?
Thanks for your help!