ScriptableObjects, image files and UI Image

Hi,

I currently need to display a UI Image that is actually an image file in my assets and I wanted to use ScriptableObjects so that I can easily create objects in the editor (fyi it’s for “cards” being displayed depending on a draw from a deck).

Which type should I use in the SO in order to be able to drag and drop the image file in it then, in code, assign the UI Image as that SO Class’s property?

Oh never mind, just using Sprite works. SIlly me. :stuck_out_tongue: