其他分享
首页 > 其他分享> > unity2018.4.3f1实现五子棋游戏(十二)

unity2018.4.3f1实现五子棋游戏(十二)

作者:互联网

目录

一、unity打出的web包,游览器打不开

360游览器

在这里插入图片描述
It seems your browser does not support running Unity WebGL content from file:// uels.Please upload it to an http sercer, or try a different browser.

谷歌浏览器

在这里插入图片描述

Internet Explorer11

在这里插入图片描述
在这里插入图片描述
Please note that your browser is not currently supported for this Unity WenGL content.Press OK if you wish to continue anyway. OK
在这里插入图片描述
An error occurred running the Unity content on this page.See your browser JavaScript console for more info.The error was:拒绝访问

Microsoft Edge

在这里插入图片描述
It seems your browser does not support running Unity WebGL content from file:// uels.Please upload it to an http sercer, or try a different browser.

火狐浏览器 (Firefox)

在这里插入图片描述
It seems your browser does not support running Unity WebGL content from file:// uels.Please upload it to an http sercer, or try a different browser.

二、原因

您的浏览器似乎不支持从您使用 uels 运行 Unity Webgl file://内容。请将其上传到 http Sercer,或尝试其他浏览器

三、解决

一、如果用Firefox打开

下载火狐浏览器

http://www.firefox.com.cn/

浏览器的地址栏输入“about:config”然后回车(Enter)

about:config
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

搜索“webgl”

在这里插入图片描述

将webgl.force-enabled设置为true

在这里插入图片描述
在这里插入图片描述

将webgl.disabled设置为false

在这里插入图片描述
在这里插入图片描述

搜索“security.fileuri.strict_origin_policy”设置为false

在这里插入图片描述
在这里插入图片描述

关闭firefox,重新启动firefox

选择firefox打开

在这里插入图片描述
在这里插入图片描述

说明

webgl.force-enabled和webgl.disabled是强制开启webgl支持
security.fileuri.strict_origin_policy的设置是允许从本地载入资源

用其他游览器打开:

待续

标签:浏览器,webgl,游览器,五子棋,3f1,Unity,unity2018.4,firefox,browser
来源: https://blog.csdn.net/xiaoduangg/article/details/111195083