- Home /
Droid Joystick - Why is the background transparent?
The Droid joystick from standard assets (mobile) works great.
Question: Why is the background transparent? It's a square in preview, but just the circular part appears when it is embedded in the game.
How is that happening?
Comment
Best Answer
Answer by syclamoth · Sep 14, 2011 at 04:03 AM
The droid joystick image has an alpha (transparency) channel! It doesn't show up in the inspector, but the square bit around the edge is in fact invisible. If you wanted it to be square instead, you can either use a shader which does not use transparency, or just go into your favourite image editing application and remove the alpha channel entirely!