0

My machine is Windows 7. I build my unity scene for the web platform. I click .html file; it says that download unity player. I click on image to download the unity player.

enter image description here

I install unityplayer.exe and run it. I reopen the HTML file; it says that download unity player again.

I don't understand why it doesn't work. How can I install unity player properly?

Riadh Belkebir
  • 797
  • 1
  • 12
  • 34
zakjma
  • 2,030
  • 12
  • 40
  • 81
  • 3
    Unity Webplayer is no longer actively supported by Unity and is DEPRECATED, which means things like this will occur from time to time and there's no intention of fixing them. Consider using another platform or not using the Webplayer aspect of Unity3D – Martin Jun 23 '16 at 10:22

1 Answers1

0

As Martin mentioned in the comments, Unity Web Player is no longer supported by Unity.

This is because Google announced a plan to deprecate support for NPAPI plugins, such as the Unity Web Player. See the full article here.

I'd suggest switching platforms for your game :-)

Tom
  • 2,372
  • 4
  • 25
  • 45