当前位置:网站首页>Unity与WebGL的相爱相杀
Unity与WebGL的相爱相杀
2022-07-07 21:47:00 【@小杨同学.】
文章目录
设置IIS本地服务器
提示:搭建本地,UnityWebGL发布在IIS服务器进行测试运行:
原文博主链接:UnityWebGL发布在IIS服务器进行测试运行
- 打开控制面板->程序->启用或关闭Windows功能->启用IIS,所有选项都勾上
2.在控制面板右上角点击 查看方式-大图标,找到管理工具-Internet Information Services (IIS)管理器
3.新建网址 名字英文随便起 物理路径就选你打包出来的WebGL项目路径 IP地址下拉框可以选择 端口号自己写一个,例如8082 点击确定
4.在网站列表点击刚刚新建立的网站,双击MINE类型,右键-添加, 拓展名:.unityweb,MINE类型:application/binary注意:Unity打出的web包,记得勾选一下选项,否则会有错误产生(Failed to load resource: the server responded with a status of 404 (Not Found))
1.iis配置完成,打开web包出错
示例:IIS由于出现权限不足而无法读取配置文件解决方案,如果你也遇到了这个问题可以参考这位博主的博客。
权限不足无法读取配置文件
使用Unity开发WebGL功能分类
1.WebGL打开本地选中文件
基于unity 2020.3.30f1整合的package包,项目中亲测可用。
点击下载Demo
2.Unity 输入框InputField输入问题
WebGLSupport插件全屏幕模式下会倒着输入字符,且不会打出中文
3.Unity Text组件不显示字体
unity打包成web端,Text组件的默认Font Arial字体会显示不出来!!!
需要去网上下载可以用的字体,或者找你电脑本地存放字体的C盘下,路径为C:\Windows\Fonts导入一个格式为.ttf的中文字体,将Arial字体替换成导入的中文字体即可。
- [ 这篇文章后续还会根据项目上遇到的问题一直持续更新的]
边栏推荐
- Get the week start time and week end time of the current date
- Redis official ORM framework is more elegant than redistemplate
- Cataloger integrates lidar and IMU for 2D mapping
- Debezium series: MySQL tombstone event
- 7-18 simple simulation of banking business queue
- Line measurement - graphic reasoning -9- line problem class
- 行测-图形推理-3-对称图形类
- C development -- WPF simple animation
- Blender exchange group, welcome to the water group ~
- Early childhood education industry of "screwing bar": trillion market, difficult to be a giant
猜你喜欢
Remember an experience of using selectmany
LeetCode206. Reverse linked list [double pointer and recursion]
Two methods of calling WCF service by C #
How to judge whether the input content is "number"
UWA问答精选
LeetCode142. Circular linked list II [two pointers, two methods for judging links in the linked list and finding ring points]
Matplotlib quick start
Common verification rules of form components -2 (continuously updating ~)
Signal feature extraction +lstm to realize gear reducer fault diagnosis -matlab code
如何选择合适的自动化测试工具?
随机推荐
Line measurement - graphic reasoning -9- line problem class
XMIND mind mapping software sharing
ASP.NET Core入门五
Firefox browser installation impression notes clipping
Early childhood education industry of "screwing bar": trillion market, difficult to be a giant
UWA Q & a collection
Understand the autograd package in pytorch
行测-图形推理-5-一笔画类
Antd date component appears in English
Record layoutrebuild Forcerebuildlayoutimmediate does not take effect
Remember aximp once Use of exe tool
Failed to initialize rosdep after installing ROS
How to choose the appropriate automated testing tools?
行测-图形推理-7-相异图形类
Ni9185 and ni9234 hardware settings in Ni Max
php 获取图片信息的方法
vite Unrestricted file system access to
Attitude estimation (complementary filtering)
行测-图形推理-1-汉字类
微服务架构开源框架详情介绍