当前位置:网站首页>unity webgl报 Uncaught SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON
unity webgl报 Uncaught SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON
2022-08-04 05:56:00 【吴梓穆】
这个问题是json解析出现了问题,可能的情况比较多,但是如果你没有乱改过unity的模板文件,或者使用了自定义的模板类,那么很有可能是因为打包的时候修改了目标文件夹名导致的
问题出在Index.html里
因为我用了自定义的模板,导致这个Json名不会跟随打包的文件夹而变动,但是bulid里的json文件却会跟随打包的文件夹的改变而改变
这很明显会导致找不到json文件,解决方案就是将index.html里的目标Json名修改为正确的名字
如
<!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 | MaintenancePlant</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("unityContainer", "Build/GongChang2.json", {
onProgress: UnityProgress}); var intiUrl = "http://49.235.71.170:8077/system/MonitorCameras/listApi"; function InitGame_My() {
unityInstance.SendMessage("ScriptManager","InitScene",intiUrl); } function OpenOneMonitor(str) {
alert("传入的参数:"+str); } </script>
</head>
<body onResize="ChangeCanvas()">
<div class="webgl-content">
<div id="unityContainer" style="width:100%; height:100%"></div>
</div>
<script type="text/javascript"> function ChangeCanvas() {
document.getElementById("unityContainer").style.width = window.innerWidth + "px"; document.getElementById("unityContainer").style.height = window.innerHeight + "px"; document.getElementById("#canvas").style.width = window.innerWidth + "px"; document.getElementById("#canvas").style.height = window.innerHeight + "px"; } </script>
</body>
</html>
边栏推荐
- 核心价值观编码器【matlab版】
- this关键字,构造函数
- 海康VisionMaster与西门子Smart 200进行S7通信
- 自适应迁移学习核极限学习机用于预测
- 有人试过用NPGsql驱动连接openGauss开发应用的吗?
- TypeScript基本类型、类、封装、继承、泛型、接口、命名空间
- DropBlock: 卷积层的正则化方法及复现代码
- ubuntu18.04安装redis教程
- Unable to preventDefault inside passive event listener due to target being treated as passive. See
- FCN——语义分割的开山鼻祖(基于tf-Kersa复现代码)
猜你喜欢
Faster RCNN原理及复现代码
SystemVerilog-条件(三元)运算符
基于爬行动物搜索RSA优化LSTM的时间序列预测
【C# - 爬虫】使用Selenium实现爬虫,获取近七天天气信息(包含完整代码)
JVM工具之 JPS
什么是多态。
2DCNN, 1DCNN, BP, SVM fault diagnosis and result visualization of matlab
手把手教你Charles抓包工具使用
[漏洞问题] log4j漏洞 关于2.17.0升级到2.18.0 方案
Based on the EEMD + + MLR GRU helped time series prediction
随机推荐
MySQL配置文件配置
缓存穿透、击穿、雪崩
窥探晶体世界的奥秘 —— 230种空间群晶体结构模型全在这里
海康VisionMaster与西门子Smart 200进行S7通信
Activiti 工作流引擎 详解
数据库技巧:整理SQLServer非常实用的脚本
基于时序模式注意力机制(TPA)的长短时记忆(LSTM)网络TPA-LSTM的多变量输入风电功率预测
Centos通过Docker搭建MySQL的PXC集群
Software: Recommend a domestic and very easy-to-use efficiency software uTools to everyone
叔本华的《人生的智慧》感悟
MAML原理讲解和代码实现
53个全球免费学术资源数据库整理,查资料写论文必备【开学必备】
手把手教你Charles抓包工具使用
Hardware Knowledge: Introduction to RTMP and RTSP Traditional Streaming Protocols
IDEA中创建编写JSP
A priori box (Anchor) in target detection
Implementation of ICEEMDAN Decomposition Code in MATLAB
DOM的12中节点类型,通过关系或方法获取DOM节点,渲染到浏览器页面的一些特效功能,获取DOM节点来改变属性,点击图片,切换为所点击的图片为背景图,页面上的表单验证,点击底部导航栏切换界面
Faster - RCNN principle and repetition code
mysql月份比較是否相等