We realized that the new CascadedSadow class is not working on the Safari browser both on computer or mobile.
You can check it with this playground: https://www.babylonjs-playground.com/#IIZ9UU#40
Here is the WebGL error we get opening this playground in Safari:
Bye, Pichou 
RaananW
2
I assume this is a webgl 2.0 issue. @Evgeni_Popov?
1 Like
Indeed, itâs a WebGL 2 feature: look into the console log, you should see an error âCascadedShadowMap needs WebGL 2 support.â.
1 Like
Okay thanks I havenât thought about the WebGL version.
We do not see the error âCascadedShadowMap needs WebGL 2 support.â though.
I will add a fallback to classic shadowGenerator then, thanks again 
Youâre right, the error was not displayed.
Fixed by:
1 Like