Unity 14.04にUnity Web Playerをインストールする方法は?


14

多くのオンラインアプリにアクセスできないため、Ubuntu 14.04 LTS 64ビットバージョン用のUnity Web Playerのインストール方法を知りたいので、Unity Web Playerをダウンロードすることをお勧めします。

簡単な手順でダウンロードできますか?


askubuntu.com/questions/227897/などのWebアプリを実行するために使用されるUbuntuブラウザー(Oxide)について話しているのですか?
ムル14

@ムル私はモジラとクロムについて話している
アガレハンアッバス14

回答:


11

解決策は、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

4
ここに記載されているものよりも同じコマンド:)
ルシオ14

1
firefox ubuntuで有効になっていますが、まだ動作しません
vipin8169

2
これは、2014年後に出てきたものであってもよいし、Firefoxの新しいバージョンで動作するようには思えない
Ratul
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.