4
votes
Accepted
How do I remove the background from pixel art sprites in Gimp?
You need to right click the layer and select "Add Alpha Channel"
Then you can do one of 2 things...
Use the "Fuzzy Select Tool" to select the white color (you can adjust the tolerance to select more ...
2
votes
Accepted
Can PNG format be used for alpha channel-packing for URP shader in Unity engine?
There are two sides to this:
Can Unity correctly import and use a PNG image with channel-packed alpha?
Yes.
In the texture import settings inspector, just make sure to leave the "Alpha is ...
1
vote
See through sprite?
I would look into using a plane instead of a sprite for something like this and changing it's texture to be your image. Planes ...
Only top scored, non community-wiki answers of a minimum length are eligible