A. unity web player的安裝問題
http://webplayer.unity3d.com/download_webplayer-3.x/UnityWebPlayer.exe
去這里下這個是正規的,很有可能那個網站給的是病毒,要當心。以後凡是要自己去下一個,放心的。有什麼事再找我兄弟,我白天在線。
我試了,可以用,你的號能進不,我注冊的一個,GUYUELONG45612378
我用的是世界之窗
B. 如何安裝unity5.30
Unity 5.3.0將安裝包拆解成了多個小的安裝包,在Unity官網下載UnityDownloadAssistant-5.3.0f4.exe,聯網運行後選擇要安裝的功能,就可以下載並安裝unity5.3.0了。
unity5.3.0的安裝包有這些:
UnityDocumentationSetup.exe,
UnityDownloadAssistant-5.3.0f4.exe,
UnityExampleProjectSetup-5.3.0f4.exe,
UnitySetup64-5.3.0f4.exe,
UnitySetup-Android-Support-for-Editor-5.3.0f4.exe,
UnitySetup-iOS-Support-for-Editor-5.3.0f4.exe,
UnitySetup-Linux-Support-for-Editor-5.3.0f4.exe,
UnitySetup-Mac-Support-for-Editor-5.3.0f4.exe,
UnitySetup-Metro-Support-for-Editor-5.3.0f4.exe,
UnitySetup-Samsung-TV-Support-for-Editor-5.3.0f4.exe,
UnitySetup-Tizen-Support-for-Editor-5.3.0f4.exe,
UnitySetup-UWP-IL2CPP-Support-for-Editor-5.3.0f4.exe,
UnitySetup-WebGL-Support-for-Editor-5.3.0f4.exe,
UnitySetup-Windows-Support-for-Editor-5.3.0f4.exe,
UnityStandardAssetsSetup-5.3.0f4.exe,
UnityWebPlayerDevelopment.exe。
builtin_shaders-5.3.0f4.zip和CacheServer-5.3.0f4.zip在官網單獨下載。
C. unitywebplayer為什麼安裝了不能用
點擊windows開始--->運行--->輸入services.msc 然後在服務裡面選Terminal Services右擊屬性--->將啟動類型更改為自動,然後應用--->再右擊啟動--->保證服務狀態為已啟動--->關閉窗口
已安裝插件的刷新即可。
D. win10怎麼安裝unitywebplayer
win10下安裝win7雙系統步驟: 准備工具: 1、u啟動盤 2、win7系統鏡像包 具體步驟: 1.首先將製作好的大白菜U盤插入電腦,並重啟。 2.使用啟動快捷鍵引導U盤進入大白菜主菜單界面,選擇「【02】運行大白菜Win8PE防藍屏版(新電腦)」回車確認。 3.登錄大白菜裝機版pe系統桌面,系統會自動彈出大白菜pe一鍵裝機工具窗口,點擊「瀏覽B」,選擇原版win7系統鏡像並安裝在d盤。但不要勾選重啟或鏡像釋放完後不要重啟。 4.win7鏡像釋放完後不重啟電腦!打開桌面上的「恢復系統引導」工具,然後執行引導修復。 5.引導修復後,重啟電腦,選擇運行win7系統,完成win7系統的安裝。
E. 為什麼我在下unity web player安裝沒有成功
1.可能某些將要被更改的程序正在佔用中,方便的話重啟試試
2.http://unity3d.com/webplayer/ 到官網下載新版進行安裝
3.有可能是電腦系統問題,不支持該插件
F. unity web player安裝不了
unity
web
player是安裝在用戶文件目錄下的並需要改寫注冊表的,你的賬號是不是沒有安裝許可權!
G. 怎麼安裝unity web player
unity
web
player是安裝在用戶文件目錄下的並需要改寫注冊表的,你的賬號是不是沒有安裝許可權!
H. 安卓手機上怎麼裝UnityWebPlayer
WebPlayer,又稱泰初影音,它融合了本地播放、網路播放等多種服務,全面支持遠古流媒體系統,一直以良好的兼容性,完美的播放效果,下面我們一起來看看利用js檢測我們是不是安裝了WebPlayer哦。
<script language='VBScript'>
function detectUnityWebPlayerActiveX
on error resume next
dim tControl, res, ua, re, matches, major
res = 0
set tControl = CreateObject("UnityWebPlayer.UnityWebPlayer.1")
if IsObject(tControl) then
if tControl.GetPluginVersion() = "2.5.0f5" then
' 2.5.0f5 on Vista and later has an auto-update issue
' on Internet Explorer. Detect Vista (6.0 or later)
' and in that case treat it as not installed '
ua = Navigator.UserAgent
set re = new RegExp
re.Pattern = "Windows NT (d+)."
set matches = re.Execute(ua)
if matches.Count = 1 then
major = CInt(matches(0).SubMatches(0))
if major < 6 then
res = 1
end if
end if
else
res = 1
end if
end if
detectUnityWebPlayerActiveX = res
end function
</script>
<script language="javascript1.1" type="text/javascript">
function detectUnityWebPlayer () {
var tInstalled = false;
if (navigator.appVersion.indexOf("MSIE") != -1 &&
navigator.appVersion.toLowerCase().indexOf("win") != -1)
{
tInstalled = detectUnityWebPlayerActiveX();
}
else if (navigator.mimeTypes && navigator.mimeTypes["application/vnd.unity"])
{
if (navigator.mimeTypes["application/vnd.unity"].enabledPlugin &&
navigator.plugins && navigator.plugins["Unity Player"])
{
tInstalled = true;
}
}
return tInstalled;
}
</script>
檢測代碼:
if (detectUnityWebPlayer()) {//新檢查unity是否安裝 added by shanmao
alert(『測試檢測已安裝111′)
}else{
setTimeout(「check_unity_down()」,1000);
alert(『測試檢測未安裝222′)
}
另:
自動安裝unity webplayer 代碼:unityObject.enableAutoInstall(true);
I. 有什麼正規通道下載unityplaye怎麼辦
UnityWebPlayer下載安裝步驟 簡介 玩很多小游戲時,需要安裝UnityWebPlayer才能玩,下面介紹UnityWebPlayer的下載和安裝步驟。
J. unity webplayer 安裝不了
關閉瀏覽器,使用管理員身份來安裝,再不行也有可能是安裝包的問題,去網上下載一個最新版的webplayer