Hi all!
I am developing the graphical interface of my 2D videogame, and I am trying to incorporate a list of objects where each element or item of the same shows one of my characters with their corresponding animations and sprites…
According to what I have been investigating inside a scrollrect (rectTransform) there is no possibility of using sprite elements and therefore showing my 2D characters as UI elements is impossible for me.
For this reason I would like to know if there is any alternative to achieve this effect since I am quite surprised that Unity does not contemplate the possibility of achieving something like this.
Hello! Thank you very much for the help!
That’s just what I need, however, that way doesn’t work for me
From what I see, you are creating a new animation by replacing the sprites directly from the UI Image component.
What happens in my case is that the character is not animated based on sprite sheets but on parts and their movement, something like animation by bones…
For this reason it is impossible for me to use the image component and animate it.