Topic: 2Dimage Transform

Forgive me, if this is probably a question for Unity, not UFE assets.
I was able to register a png image as a Sprite and display it as an animation.
However, I don't know where to transform (scale and rotate) the sprite.

Share

Thumbs up Thumbs down

Re: 2Dimage Transform

Your probably looking for these settings
"Pixels Per Unit" controls size
"Pivot" Controls Position
https://i.imgur.com/grggczs.png

Share

Thumbs up +1 Thumbs down

Re: 2Dimage Transform

Ah, size can be set here.
Okay, thank you very much.
And, can I rotate and X or Y flip it?

Share

Thumbs up Thumbs down

Re: 2Dimage Transform

I think you would have to use a gameobject with a sprite renderer attached to flip it.

Share

Thumbs up +1 Thumbs down