当前位置:网站首页>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;}
边栏推荐
- Compress JS code with terser
- Argo workflows source code analysis
- Lumion 11.0软件安装包下载及安装教程
- Draco - gltf model compression tool
- 电气工程及其自动化
- Leetcode:minimum_ depth_ of_ binary_ Tree solutions
- Fundamentals of process management
- Halcon实例转OpenCvSharp(C# OpenCV)实现--瓶口缺陷检测(附源码)
- Pioneer of Web3: virtual human
- 一本揭秘字节万台节点ClickHouse背后技术实现的白皮书来了!
猜你喜欢

电气工程及其自动化

Recommended collection!! Which is the best flutter status management plug-in? Please look at the ranking list of yard farmers on the island!

数字滚动增加效果

猿桌派第三季开播在即,打开出海浪潮下的开发者新视野

本周 火火火火 的开源项目!

慧通编程入门课程 - 2A闯关

MES管理系统的应用和好处有哪些

Station B's June ranking list - feigua data up main growth ranking list (BiliBili platform) is released!

Lombok同时使⽤@Data和@Builder 的坑

Argo workflows source code analysis
随机推荐
15million employees are easy to manage, and the cloud native database gaussdb makes HR office more efficient
AWS学习笔记(一)
argo workflows源码解析
STM32 project -- Topic sharing (part)
Processus général de requête pour PostgreSQL
S120驱动器基本调试步骤总结
[server data recovery] data recovery case of a Dell server crash caused by raid damage
FLIR blackfly s usb3 industrial camera: how to use counters and timers
CDB PDB 用户权限管理
1--新唐nuc980 NUC980移植 UBOOT,从外部mx25l启动
Compress JS code with terser
The boss is quarantined
导数、偏导数、方向导数
MetaForce原力元宇宙佛萨奇2.0智能合约系统开发(源码部署)
记一次JAP查询导致OOM的问题分析
leetcode:736. LISP syntax parsing [flowery + stack + status enumaotu + slots]
Web3's need for law
Leetcode:minimum_ depth_ of_ binary_ Tree solutions
Overall query process of PostgreSQL
Douban average 9 x. Five God books in the distributed field!