No shadows on iOS GLES3

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By tidanneels

I’m having a problem on iOS : the shadows (from light2d and light occluder2d) don’t appear, using GLES3
It doesn’t work either with gles2 (but I don’t want to use it because I use advanced particles)
No problems with android (except some old devices and I think it is the same problem)
Any idea ?

:bust_in_silhouette: Reply From: PEIGNAULT Laurent

Hello, same problem for me…
You have to disable “Force vertex Shading.mobile” in projets setting in general/quality/shading.

But the performances are very bad and and seems that exposure is too high…

Same here : iOS spot light / point light shadows not showing on device · Issue #39014 · godotengine/godot · GitHub and here 3D lights look odd on iOS - Archive - Godot Forum

Have a nice day.

Hello, thank you for your answer
Your solution may work but we are not taking about the same problem (mine was in 2d). Since the 2d and 3d engines are separated, I think it is complicated to compare the issues…
It has been a long time since I solved this issue, and I don’t quite remember how, but I assume it was fixed with godot 3.2
Have nice day

tidanneels | 2020-12-30 11:21