Hi,
I have a list of prefabs that are sprites, and I want to assign them to image components on my UI as I am making a game where I drag objects from the UI and put them onto the game.
How can I use these sprites/prefabs as UI images, and is it possible to have them do their motion that would happen in the game (I.E. If it spins when placed down how can I show it spinning when i hover over it)
Thanks