When running on iPad, my realtime shadows are missing. Are realtime shadows not supported on iOS, even with Unity4 Pro?
This page indicates “no shadows on iOS” but I thought this was changing with Unity4.
Thank you.
When running on iPad, my realtime shadows are missing. Are realtime shadows not supported on iOS, even with Unity4 Pro?
This page indicates “no shadows on iOS” but I thought this was changing with Unity4.
Thank you.
did you enable shadows in quality settings for ios? That’s the most usual reason
Also, shadows need “GL_OES_depth_texture” gles ext. Honestly i dont remember at what ios version they added it, but later ones should have it (e.g. ipad2+ios5 does have it)
Add a directional light, make sure in the inspector that shadows for the light are turned on, as by default they’re not. You’ll see shadows in the scene view (as long as you’ve got the little sun icon above the scene view window enabled)
Then make sure the default quality has shadows enabled (by default i think it does)
Build.
If you still not getting shadows, change the shadow distance in the Quality settings to something higher.
Ive done all this still no shadows