Hi,
I’m hoping somebody can help?
I have a 2D character sprite which is already cropped but has lots of excess space around the character.
This excess space seems to be interacting with game objects (example, I can’t go flush against the wall) . Even though I have a bock collider around the character the collision seems to happen with the edge of the PNG image and not the actual collider.
Should I recreate a Sprite sheet and bring it into Unity to crop properly (as to leave no negative/excess space) or is there an easier and quicker way to do this.
I have tried to re crop with the sprite editor but it doesn’t seem to make the changes to the sprite.
Ant help or direction would be great.
Thank you.