I’m trying to create a simple blue, transparent cylinder. This works in the preview with any of the transparent shaders (Diffuse, Bumped Diffuse, etc.). However, on the device (Samsung Note 3 is the only one I have) it is the bright pink color indicating that the shader is not working.
I’ve tried using a couple of suggested mobile shaders:
- schiho.com
- http://forum.unity3d.com/threads/105930-Which-one-of-the-mobile-transparent-shaders-is-currently-the-fastest
These all have similar results. They appear white and not transparent in Preview, but still bright pink on the device.
It doesn’t seem like any of the default Mobile shaders have transparency either.
Is there anything I can do to create a simple transparent shape on a mobile device?
Is your Note3 Mali or Adreno?
– ExaliaHow can I tell which one it is?
– ExplosionPills