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

目录

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

360游览器

unity2018.4.3f1实现五子棋游戏(十二)
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.

谷歌浏览器

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

Internet Explorer11

unity2018.4.3f1实现五子棋游戏(十二)
unity2018.4.3f1实现五子棋游戏(十二)
Please note that your browser is not currently supported for this Unity WenGL content.Press OK if you wish to continue anyway. OK
unity2018.4.3f1实现五子棋游戏(十二)
An error occurred running the Unity content on this page.See your browser JavaScript console for more info.The error was:拒绝访问

Microsoft Edge

unity2018.4.3f1实现五子棋游戏(十二)
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)

unity2018.4.3f1实现五子棋游戏(十二)
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)

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

搜索“webgl”

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

将webgl.force-enabled设置为true

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

将webgl.disabled设置为false

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

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

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

关闭firefox,重新启动firefox

选择firefox打开

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

说明

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

用其他游览器打开:

待续

上一篇:6.着色器


下一篇:webgl智慧楼宇发光系列之线性采样下高斯模糊