- Home /
Question by
tobydk · Nov 24, 2019 at 07:49 PM ·
unity 5spriteunity 2d2d-platformer
How do i change the sprite on a sprite renderer without changing the size?
I want to change the image of a sprite so i tried to change the sprite, which does work but it doesn't scale down as the current sprite has a different size and resolution to the one i want to change it to.
Comment
Best Answer
Answer by suIly · Nov 24, 2019 at 08:13 PM
The sprite that you want to switch has to be the same size and position as the previous one, or else it won't work.