Shader error

4923-error.png

what does this error mean? How can i fix it?

It means that you’re using built-in Alpha-Test shader or your own shader which does alpha test. If you’re compiling for Android it might result in crashes on some devices (I have seen it myself on Xperia Play)

Switch to Alpha-Blend from Alpha-Test if you can.