/ Unity

#Unity 2020 H5游戏加载失败

问题背景

使用Unity 2020,使用默认选项,打包成WebGL游戏,也就是H5游戏,结果游戏启动时报错了,然后卡住了:

Unity2020-WebGL-unityFramework-is-not-defined

报错:

Invalid or unexpected token

unityFramework is not defined

解决方法

经过一番搜索,原来是个bug……

https://forum.unity.com/threads/uncaught-referenceerror-unityframework-is-not-defined-at-htmlscriptelement-script-onload-webgl.803967/

Unity2020-WebGL-unityFramework-is-not-defined-03

解决方法就是打包的时候不要压缩:

Unity2020-WebGL-unityFramework-is-not-defined-02