调用导致WebGL播放器崩溃

时间:2019-06-26 01:24:28

标签: unity3d build unity-webgl

我的游戏已列出here!因此,有时在游戏结束时,您碰到侧面或圆锥体时,会返回所有这些错误:

Invoking error handler due to
Uncaught abort(111) at Error
    at jsStackTrace (v2.1.asm.framework.unityweb:2:27460)
    at stackTrace (v2.1.asm.framework.unityweb:2:27631)
    at abort (v2.1.asm.framework.unityweb:4:31404)
    at bpm (v2.1.asm.code.unityweb:26:91901)
    at S9k (v2.1.asm.code.unityweb:19:103788)
    at l0i (v2.1.asm.code.unityweb:4:843884)
    at thm (v2.1.asm.code.unityweb:26:56722)
    at invoke_iiiii (v2.1.asm.framework.unityweb:2:334586)
    at HCl (v2.1.asm.code.unityweb:19:439079)
    at PNl (v2.1.asm.code.unityweb:19:546693)
    at $$ (v2.1.asm.code.unityweb:6:528309)
    at V$ (v2.1.asm.code.unityweb:6:526041)
    at cVa (v2.1.asm.code.unityweb:16:395875)
    at ZUa (v2.1.asm.code.unityweb:16:393854)
    at GKb (v2.1.asm.code.unityweb:8:346950)
    at r5a (v2.1.asm.code.unityweb:16:989111)
    at IRb (v2.1.asm.code.unityweb:8:577239)
    at jNb (v2.1.asm.code.unityweb:8:430778)
    at ZMb (v2.1.asm.code.unityweb:8:420898)
    at Gim (v2.1.asm.code.unityweb:26:64903)
    at browserIterationFunc (v2.1.asm.framework.unityweb:2:206379)
    at runIter [Object.runIter] (v2.1.asm.framework.unityweb:2:188421)
    at Browser_mainLoop_runner (v2.1.asm.framework.unityweb:2:207914)
If this abort() is unexpected, build with -s ASSERTIONS=1 which can give more information.

我将构建文件夹命名为v2.1。有时在某些计算机上会发生这种情况。它可能不会发生在您身上,有时只是发生在我身上,并且让我烦恼游戏可能未正确构建。它在编辑器和某些计算机上都可以正常工作,并且可以完成预期的工作。我不知道为什么会这样。我的团结不是很先进,所以如果这是一个愚蠢的错误,请多多包涵。谢谢!

0 个答案:

没有答案