当前位置:网站首页>Unity webgl adaptive web page size
Unity webgl adaptive web page size
2022-07-07 02:35:00 【Wu Zimu】
I'm using unity 2019.4 LTS edition
There are two steps
1 stay Index.html Revision in China
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Unity WebGL Player | DMJ</title>
<link rel="shortcut icon" href="TemplateData/favicon.ico">
<link rel="stylesheet" href="TemplateData/style.css">
<script src="TemplateData/UnityProgress.js"></script>
<script src="Build/UnityLoader.js"></script>
<script> var unityInstance = UnityLoader.instantiate("gameContainer", "Build/DMJ_WebApp.json", {
onProgress: UnityProgress}); </script>
</head>
<!-- call OnResize Method , When the user changes the browser size , The screen will adapt -->
<body onResize="ChangeCanvas()">
<div class="webgl-content">
<!-- Set the length and width to be 100% filled -->
<div id="gameContainer" style="width:100%; height:100%"></div>
<!-- The display bar at the bottom , Delete it if you don't need it -->
<div class="footer">
<div class="webgl-logo"></div>
<div class="fullscreen" onclick="gameInstance.SetFullscreen(1)"></div>
<div class="title">DMJ</div>
</div>
</div>
<!-- Add a method to automatically set the resolution -->
<script type="text/javascript"> function ChangeCanvas() {
document.getElementById("unityInstance").style.width = window.innerWidth + "px"; document.getElementById("unityInstance").style.height = window.innerHeight + "px"; document.getElementById("#canvas").style.width = window.innerWidth + "px"; document.getElementById("#canvas").style.height = window.innerHeight + "px"; } </script>
</body>
</html>
2 modify css The content of The location is in the packaged file /TemplateData/style.css
.webgl-content * {border: 0; margin: 0; padding: 0}
/* Mainly here add to width: 100%; height: 100%;*/
.webgl-content {position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.webgl-content .logo, .progress {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.webgl-content .logo {background: url('progressLogo.Light.png') no-repeat center / contain; width: 154px; height: 130px;}
.webgl-content .progress {height: 18px; width: 141px; margin-top: 90px;}
.webgl-content .progress .empty {background: url('progressEmpty.Light.png') no-repeat right / cover; float: right; width: 100%; height: 100%; display: inline-block;}
.webgl-content .progress .full {background: url('progressFull.Light.png') no-repeat left / cover; float: left; width: 0%; height: 100%; display: inline-block;}
.webgl-content .logo.Dark {background-image: url('progressLogo.Dark.png');}
.webgl-content .progress.Dark .empty {background-image: url('progressEmpty.Dark.png');}
.webgl-content .progress.Dark .full {background-image: url('progressFull.Dark.png');}
/* If you want to save footer modular , And then let footer Displayed at the top , This kind of treatment */
.webgl-content .footer {margin-top: -45px; margin-left: 5px; margin-right: 5px; z-index: 1; position: relative; height: 38px; line-height: 38px; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 18px;}
.webgl-content .footer .webgl-logo, .title, .fullscreen {height: 100%; display: inline-block; background: transparent center no-repeat;}
.webgl-content .footer .webgl-logo {background-image: url('webgl-logo.png'); width: 204px; float: left;}
.webgl-content .footer .title {margin-right: 10px; float: right;}
.webgl-content .footer .fullscreen {background-image: url('fullscreen.png'); width: 38px; float: right;}
边栏推荐
- A new path for enterprise mid Platform Construction -- low code platform
- Stm32f4 --- PWM output
- Use of fiddler
- [xlua notes] array of lua to array of C #
- Gee upgrade can realize one piece of run tasks
- 实施MES管理系统时,哪些管理点是需要注意的
- postgresql之integerset
- 【森城市】GIS数据漫谈(二)
- C#/VB. Net to delete watermarks in word documents
- 运维管理系统有哪些特色
猜你喜欢
unity中跟随鼠标浮动的面板,并可以自适应文字内容的大小
How to build a 32core raspberry pie cluster from 0 to 1
Linear list --- circular linked list
Apifox,你的API接口文档卷成这样了吗?
压缩 js 代码就用 terser
Infrared camera: juge infrared mag32 product introduction
服装企业部署MES管理系统的五个原因
如何设计好接口测试用例?教你几个小技巧,轻松稿定
Lombok同时使⽤@Data和@Builder 的坑
The last line of defense of cloud primary mixing department: node waterline design
随机推荐
Recommended collection!! Which is the best flutter status management plug-in? Please look at the ranking list of yard farmers on the island!
Overall query process of PostgreSQL
leetcode:736. Lisp 语法解析【花里胡哨 + 栈 + 状态enumaotu + slots】
[C # notes] use file stream to copy files
postgresql之整体查询大致过程
Station B's June ranking list - feigua data up main growth ranking list (BiliBili platform) is released!
如何从0到1构建32Core树莓派集群
Linear list --- circular linked list
一本揭秘字节万台节点ClickHouse背后技术实现的白皮书来了!
Metaforce force meta universe development and construction - fossage 2.0 system development
dotConnect for DB2数据提供者
牛客编程题--必刷101之双指针篇
一文读懂Faster RCNN
纽约大学 CITIES 研究中心招聘理学硕士和博士后
Go swagger use
MATLB|具有储能的经济调度及机会约束和鲁棒优化
[unity] upgraded version · Excel data analysis, automatically create corresponding C classes, automatically create scriptableobject generation classes, and automatically serialize asset files
The last line of defense of cloud primary mixing department: node waterline design
KYSL 海康摄像头 8247 h9 isapi测试
Real project, realized by wechat applet opening code (end)