如何在加载我的游戏后修复统一 webgl 不中断?

问题描述

我尝试通过在 WebGL 中构建游戏来与我的朋友分享游戏,但我似乎总是遇到某种问题。这次我遇到了一个问题,在我的游戏在浏览器中加载后,我收到了一个很大的错误代码。我尝试重置构建设置中的所有播放器设置,然后打开正确的东西,例如关闭压缩和设置图标等,但它仍然不起作用!

我可以做些什么来解决这个问题?这是我得到的错误

abort(150) at jsstackTrace@http://localhost:8080/Build/BattleAttackThingy.framework.js:2:16316
stackTrace@http://localhost:8080/Build/BattleAttackThingy.framework.js:2:16487
abort@http://localhost:8080/Build/BattleAttackThingy.framework.js:2:748
@http://localhost:8080/Build/BattleAttackThingy.framework.js line 2 > WebAssembly.instantiate:wasm-function[47559]:0x7251b5
@http://localhost:8080/Build/BattleAttackThingy.framework.js line 2 > WebAssembly.instantiate:wasm-function[28244]:0x41152d
@http://localhost:8080/Build/BattleAttackThingy.framework.js line 2 > WebAssembly.instantiate:wasm-function[44698]:0x6b668f
@http://localhost:8080/Build/BattleAttackThingy.framework.js line 2 > WebAssembly.instantiate:wasm-function[36736]:0x55c193
@http://localhost:8080/Build/BattleAttackThingy.framework.js line 2 > WebAssembly.instantiate:wasm-function[47372]:0x724721
unityFramework/Module.dynCall_iiiii@http://localhost:8080/Build/BattleAttackThingy.framework.js:2:421691
invoke_iiiii@http://localhost:8080/Build/BattleAttackThingy.framework.js:2:307255
@http://localhost:8080/Build/BattleAttackThingy.framework.js line 2 > WebAssembly.instantiate:wasm-function[45389]:0x6d307c
@http://localhost:8080/Build/BattleAttackThingy.framework.js line 2 > WebAssembly.instantiate:wasm-function[44793]:0x6bc546
@http://localhost:8080/Build/BattleAttackThingy.framework.js line 2 > WebAssembly.instantiate:wasm-function[8077]:0x14c331
@http://localhost:8080/Build/BattleAttackThingy.framework.js line 2 > WebAssembly.instantiate:wasm-function[8075]:0x14c225
@http://localhost:8080/Build/BattleAttackThingy.framework.js line 2 > WebAssembly.instantiate:wasm-function[2047]:0x759c7
@http://localhost:8080/Build/BattleAttackThingy.framework.js line 2 > WebAssembly.instantiate:wasm-function[14685]:0x218e83
@http://localhost:8080/Build/BattleAttackThingy.framework.js line 2 > WebAssembly.instantiate:wasm-function[14684]:0x2185ef
@http://localhost:8080/Build/BattleAttackThingy.framework.js line 2 > WebAssembly.instantiate:wasm-function[14683]:0x218560
@http://localhost:8080/Build/BattleAttackThingy.framework.js line 2 > WebAssembly.instantiate:wasm-function[18610]:0x28d681
@http://localhost:8080/Build/BattleAttackThingy.framework.js line 2 > WebAssembly.instantiate:wasm-function[15137]:0x227d68
@http://localhost:8080/Build/BattleAttackThingy.framework.js line 2 > WebAssembly.instantiate:wasm-function[19328]:0x2aa671
@http://localhost:8080/Build/BattleAttackThingy.framework.js line 2 > WebAssembly.instantiate:wasm-function[18778]:0x29350d
@http://localhost:8080/Build/BattleAttackThingy.framework.js line 2 > WebAssembly.instantiate:wasm-function[18778]:0x29351f
@http://localhost:8080/Build/BattleAttackThingy.framework.js line 2 > WebAssembly.instantiate:wasm-function[18768]:0x2930db
@http://localhost:8080/Build/BattleAttackThingy.framework.js line 2 > WebAssembly.instantiate:wasm-function[18760]:0x2926ec
@http://localhost:8080/Build/BattleAttackThingy.framework.js line 2 > WebAssembly.instantiate:wasm-function[46243]:0x6f1bba
unityFramework/Module.dynCall_v@http://localhost:8080/Build/BattleAttackThingy.framework.js:2:428496
browserIterationFunc@http://localhost:8080/Build/BattleAttackThingy.framework.js:2:150370
runIter@http://localhost:8080/Build/BattleAttackThingy.framework.js:2:153443
browser_mainLoop_runner@http://localhost:8080/Build/BattleAttackThingy.framework.js:2:151905```

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)