Ubuntu – Unity Web Player for Ubuntu

unity-web-player

There are various apps on the internet that require the use of Unity Web Player and am rather curious if I could find a way around it to make it work.

I tried the following as only these I found:

  1. Enabling the "unity 3d plugin" after installing Pipelight using instructions from their website
  2. Installing Firefox in Wine and while running it using Wine the Unity Web Player

The one with which I got the closest to the wanted result was the second one: it loads normally when opening an app that requires it, but fails when up to 99% because it is unable to update.

Any solution?

Best Answer

sudo add-apt-repository ppa:pipelight/stable
sudo apt-get update
sudo apt-get install --install-recommends pipelight-multi
sudo pipelight-plugin --update

then

sudo pipelight-plugin --enable unity3d

then

go to firefox
open menu-addons-plugins-unity player
click always activate

Done!

Related Question