-
What do you want to achieve? Keep it simple and clear!
Making a 2D character with UI. -
What is the issue? Include screenshots / videos if possible!
I am unsure on how to do this. -
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I do not know on which way should I do this, for example:
Should I do this: Making a ImageLabel for each animation of the 2D character
Should I do this: Making a ImageLabel for all the body parts of the 2D character
and etc.
If you feel as if you’re not going to change character animations all that much, I would go for
Imagelabel for each animation of the character.
If you feel like you may want to change it alot, or maybe individually change properties of body parts in a script, i would go for image label per body part, although it may not look as good.
1 Like