I create a simple scene:
- a big cube as plane
- a capsule above #1
- a point light with Soft shadow. make sure you can see the shadow in Editor in play mode.
- Set Force OpenGL ES 3.0 in player setting
- Set Deferred in Rendering Path
Deploy the APK to Samsung S6 and you will notice the shadow is gone! But the same APK does work for any other devices like Nexus 7 (2013), ST8, …
but if you change #4 to use OpenGL ES 2.0, the shadow DOES work fine.
Is that a bug for Unity?