To get this out of the way: I know WebGL is the preferred way to deliver Unity over the web. We are using WebGL, but also are continuing to support our IE customers using the web player.
Unity Web Player is broken for https. We are using https://ssl-webplayer.unity3d.com/download_webplayer–3.x/3.0/uo/UnityObject2.js to create the player. However, when this script tries to download the player, we get the following message:
![https://imgur.com/a/p6Bd1kS][1] [direct link to image][2]
Note that this link works fine for sites that don't use https (and it also strips off the "ssl-" prefix).
I'm not sure if this is related, but if you go to https://unity3d.com/webplayer, the "Download" link for Windows is also broken.
Does anyone know if there is a way for us to host the webplayer plugin ourselves?
[1]: https://i.imgur.com/8hoWyqS.png
[2]: https://imgur.com/a/p6Bd1kS
↧