项目打包出来后会出现一个html文件,使用notepad打开,删除部分代码 并增加一些代码可设置全屏。
<style type="text/css">#unityPlayer {float:left;top: 0px; height: 100%; width: 100%;position: relative;}html,body{overflow-y:hidden;margin: 0px;padding: 0px;float:left;top: 0px; height: 100%; width:100%;}</style>
同时:修改config里的内容:
var config = {width : document.documentElement.clientWidth,height :document.documentElement.clientHeight,params: { enableDebugging:"0" }};
让宽度和高度等于浏览器的宽高。
当进入客户端后,我们右键会出现提示:Go FullScreen。
如果想要隐藏这个弹窗,我们只需在playersetting中更改如下设置即可(5.3.5版本unity):