I have an 30x19 PNG asset. I want to show it in a SpriteRenderer but it looks like some kind of over-compressed. How can I fix that?
This is what I see in the game screen:
PS: Scale=2x in the screenshot. Nothing changes if I set it to Scale=1x
Here are the settings:
- Project Settings -> Anti Aliasing: Disabled (Ultra - Very Low)
- Sprite Pixels Per Unit: 19
- Sprite Filter Mode: Point (no filter)
- Sprite Compression: None
- Camera Size: 5
Where is the problem?
CodePudding user response:
It doesn't look over-compressed to me, just black but that's because you selected its color to be black in the Sprite Renderer.
Turn that into white and your sprite should look like the original asset.