如何在 Ubuntu 14.04 上安装 unity web player?

如何在 Ubuntu 14.04 上安装 unity web player?

我想知道如何为 ubuntu 14.04 LTS 64 位版本安装 unity web player,因为我无法访问许多在线应用程序,他们建议我下载 unity web player。

我可以获得一个简单的下载程序吗?

答案1

一种解决方案可能是使用 Pipelight:

以下是在 Ubuntu 上安装 Pipelight 的方法:http://pipelight.net/cms/install/installation-ubuntu.html

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

以下说明如何激活 Unity Web Player 插件:http://wiki.unity3d.com/index.php/Running_Unity_Web_Player_on_Linux_using_Pipelight

#!/bin/bash

#FDS-Team: Pipelight Project
#Tomasz Zackiewicz, Pipelight.sh


#update the checksum of Unity3D Web Player
sudo pipelight-plugin --update

#for Firefox, clear the plugin cache
sudo pipelight-plugin --create-mozilla-plugins

#enabling Unity3D Web Player
sudo pipelight-plugin --enable unity3d

相关内容