Failed to update Unity Web Player

1k Views Asked by At

When i run my Unity3d Web player html file it always give this error on

  • MAC.
  • Error Line Failed to update Unity Web Player.

I need solution for run my webplayer build on browser .

Thanks in Advance.

1

There are 1 best solutions below

5
Programmer On

This question has been asked multiple times since the last 10 hours but the answer still remain the-same.

Unity Web Player has been discontinued. It doesn't work on Chrome and other top web browsers anymore. WebGL replaced it.The reason for this is because web browsers removed features/API that that is required to run Unity Web Player games.

Build your Unity project as a WebGL then upload it to your website. This requires Unity 5 and above.

enter image description here