This might sound quite simple but, How to border a sprite into a 1 by 1 unity unit without changing the scale of it? Like which dimension it should have when I make sprite outside of unity? I don’t really want to make my sprite bigger in unity
I’m not sure i understand what you want but:
If your sprite is 32 pixels high and 32 pixels large, in the import settings of the sprite (click on the sprite in your asset forlder), set the pixels per unit to 32.
Then, when you put the sprite into the scene, it should be one unit high and large.
1 Like