
WebGL谷歌提示内存不够(RuntimeError:memory access out of bounds,火狐提示索引超出界限(RuntimeError:index out of bounds)
报错信 火狐
谷歌解决方案
检查触发bug的时候有无JsonConvert.SerializeObject 将对象重新序列化,WebGL仅仅支持Unity自身的序列化,不支持外部的其他序列化方式。
参照这个博客: 也是我写的,
blog.csdn/GoodCooking/article/details/125401330?spm=1001.2014.3001.5501点击我直接到
Enjoy。
👁️ 阅读量:0
© 版权声明:本文《WebGL谷歌提示内存不够(RuntimeError:memory access out of bounds,火狐提示索引超出界限(RuntimeError:index out of bounds)》内容均为本站精心整理或网友自愿分享,如需转载请注明原文出处:https://www.zastudy.cn/wen/1686957233a408050.html。