当前位置:网站首页>Unity WebGL发布无法运行问题

Unity WebGL发布无法运行问题

2022-06-26 08:41:00 LixiSchool

问题1:

It seems your browser does not support running Unity WebGL content from file:// urls. Please upload it to an http server, or try a different browser.

解决方案:

在 火狐浏览器里面设置:

Mozilla firefox(火狐浏览器)开启方法
firefox的用户请在浏览器的地址栏输入“about:config”,回车后:
1、在过滤器(filter)中搜索“webgl”
 将webgl.force-enabled设置为true
 将webgl.disabled设置为false
2、在过滤器(filter)中搜索“security.fileuri.strict_origin_policy”
 将security.fileuri.strict_origin_policy设置为false
关闭目前开启的所有firefox窗口,然后重新启动firefox。
其中前两个设置是强制开启webgl支持,最后一个security.fileuri.strict_origin_policy的设置是允许从本地载入资源,如果你不是webgl的开发者,不需要开发调试webgl,只是想要看一下webgl的demo,那你可以不设置此项。
 

原网站

版权声明
本文为[LixiSchool]所创,转载请带上原文链接,感谢
https://blog.csdn.net/lizhenxiqnmlgb/article/details/120440346