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