When uploading my custom minecraft skin, it comes up as a pure white skin.
The overlay is transperent, so this cannot be the problem.
Attachments
Comments 12
Well in PNG files there is 4 channels. Red, Green,Blue, and Alpha (transparency). When a pixel is 100% Transparent the Alpha channel is set to 0 but the other channels still have information describing the color of a Pixel. Right now it seems those are describing the white color RGB(255,255,255). When I mean transparent black I mean take the transparent color to black RGB (0,0,0). . I will see what I can do to get this for you and see if that fixes it. My reasoning on why this may fix it is that the shaders (the code that renders the pixels)between iOS and Android may be different and handle transparency differently.
Never mind, for some reason, when I was exporting my skin from my MacBook to my iPad, the transparency didn't keep. By going to this website on my iPad and saving the image directly onto it, my skin did not become corrupted, and worked.
In short, this was nothing to do with Minecraft. It can be resolved now.
@unknown Please do not add an unreleased version of MC:PE. At this moment, 0.15.3 is not released for iOS yet.
This is a bulk resolve of issues that haven't been updated to 0.16.0+ yet. Please comment below (To open the ticket) and update your affected versions. If you cannot reproduce the bug, please write in the comments so we can resolve it as "Cannot Reproduce". Thank You!
I downloaded your skin and it works perfectly for me on Android 0.15.3. And the white is indeed transparent. Maybe try opening this up in a photo editor and make it black transparent instead?