Install Unity3D Webplayer On Linux

webplayer linux

Unity3D Editor Linux

Install Unity3D On Linux

Certainly, you do not have to install editor, if you are not a developer.

Install Webplayer

Preparations

  • pipelight
  • firefox

Install Pipelight

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

See more

Enable Unity3d Webplayer Plugin

sudo pipelight-plugin --enable unity3d

for 64bit Ubuntu:

sudo pipelight-plugin --unlock x64-unity3d
sudo pipelight-plugin --enable x64-unity3d

and there are many other plugins(flash, silverlight …)

Config Firefox

Now, chrome/chromium does not work, you need firefox.

  1. install User Agent Switcher
  2. go to about:config
  3. new general.platform.override
  4. set value win32
  5. all done

Test

go to unity live demo

References