I want to make a prefab for a card of a cardgame which assigns the card art of a specific card once loaded into a scene. It’s supposed get a card Id of a card in a deck from a Database and then assign an image from the project’s assets with that name to the gameobject in the scene. I was told I could reference Assets using Addressables but what I found online about it didnt make it clear how to use Addressables for what I want to achieve/ if it is even possible. Any advice on how to make this come true with addressables or not welcome, ty.