Hi everyone, so here’s my problem:
I’ve searched the internet on this one before, but couldn’t find a working solution:
I’m using Unity 5.1.1.
The shadows are showing perfectly in the editor and in testing mode in Unity. However the shadows are not showing on the android device.
Here’s what I’ve tried so far:
- Checked the quality settings: Shadows are turned to show
- Objects are set to cast and receive shadows
- Directional light is set to cast shadows
- DirectX11 is turned off for the stand alone version (that used to solve the same problem in Unity 4.x, but doesn’t in Unity 5)
- OpenGL ES emulation is turned off
- Graphics API in the android player settings are set on “mixed”
So far no success - shadows are showing perfectly on the computer but not on the android device. Any ideas?