Hi there,
i have a project on last Unity 2017 1.0f3 and in Chrome & Firefox there are no issues viewing it into my server. But on Safari 11 I get this error on console:
exception thrown: SecurityError (DOM Exception 18): The operation is insecure.,texSubImage2D
this instantly stops webGL player. After taking a deep look on it, I finally got why it is being thrown:
It’s killing webPlayer because I am playing a video in .mp4 in a simple VideoPlayer. if I just kill the video before it plays, the rest is still working.
I know that video autoplaying is disabled on Safari, but is there any way to do it in a webGL Player?
Thank you very much.