- Home /
Sprite packer taking a small slice of unwanted sprite (Less than a pixel) into another sprite
Hello!
This isn't the first time I have had this issue. I've beaten it before, but for some reason it is back...
This is what I am talking about:
That sliver of blue to the right of my capsule is not supposed to be there.
It is taking that from another sprite that goes all the way to the end of the assigned sprite packer boundary that it is given. It's like it is doing an "around the world" type of effect, where it wraps. But it is saved as a simple 2D Sprite/UI.
Another picture. This shows when I change the color of the helmet, it stays with it.
Also, I tested to see whether or not it is the helmet or the body. It IS the helmet. I deleted the helmet and it went away. Sure enough, there is a sprite to the right of it in the sheet that goes to the very end of it's boundary box I assigned to that part of the image.
I will post more images in the comments. Thanks!