首页 > 解决方案 > 使用 SCORM 的 Unity 项目不想打开

问题描述

我是一个相当新的编码员,我正在尝试使用 Unity 和 SCORM 创建一个游戏。但是当我尝试在我的网络浏览器上打开我的项目时,我收到了这条消息:

*An error occurred running the Unity content on this page. See your browser JavaScript console for more info. The error was:
uncaught exception: abort(61) at jsStackTrace (Build13.wasm.framework.unityweb:8:15620)
stackTrace (Build13.wasm.framework.unityweb:8:15791)
onAbort@file:///C:/Users/julie/OneDrive/Bureau/Build13/Game/Build/UnityLoader.js:4:11165
abort (Build13.wasm.framework.unityweb:8:507602)
@blob:null/610c8bb3-2c56-4031-9b85-5255f40ee241 line 8 > WebAssembly.instantiate:wasm-function[62894]:0x1418efe (blob:null/610c8bb3-2c56-4031-9b85-5255f40ee241 line 8 > WebAssembly.instantiate:wasm-function[33309]:0xec0256)
@blob:null/610c8bb3-2c56-4031-9b85-5255f40ee241 line 8 > WebAssembly.instantiate:wasm-function[55123]:0x12b37a5 (blob:null/610c8bb3-2c56-4031-9b85-5255f40ee241 line 8 > WebAssembly.instantiate:wasm-function[55126]:0x12b3db8)
@blob:null/610c8bb3-2c56-4031-9b85-5255f40ee241 line 8 > WebAssembly.instantiate:wasm-function[62777]:0x1418557
UnityModule [UnityModule/Module.dynCall_ii] (Build13.wasm.framework.unityweb:8:474704)
invoke_ii (Build13.wasm.framework.unityweb:8:334527)
@blob:null/610c8bb3-2c56-4031-9b85-5255f40ee241 line 8 > WebAssembly.instantiate:wasm-function[55125]:0x12b3a77 (blob:null/610c8bb3-2c56-4031-9b85-5255f40ee241 line 8 > WebAssembly.instantiate:wasm-function[55124]:0x12b38a8)
@blob:null/610c8bb3-2c56-4031-9b85-5255f40ee241 line 8 > WebAssembly.instantiate:wasm-function[31722]:0xe9b3de (blob:null/610c8bb3-2c56-4031-9b85-5255f40ee241 line 8 > WebAssembly.instantiate:wasm-function[62786]:0x1418634)
UnityModule [UnityModule/Module.dynCall_iiiii] (Build13.wasm.framework.unityweb:8:481656)
invoke_iiiii (Build13.wasm.framework.unityweb:8:347585)
@blob:null/610c8bb3-2c56-4031-9b85-5255f40ee241 line 8 > WebAssembly.instantiate:wasm-function[53353]:0x1260847 (blob:null/610c8bb3-2c56-4031-9b85-5255f40ee241 line 8 > WebAssembly.instantiate:wasm-function[52811]:0x1249368)
@blob:null/610c8bb3-2c56-4031-9b85-5255f40ee241 line 8 > WebAssembly.instantiate:wasm-function[5940]:0x26bd63 (blob:null/610c8bb3-2c56-4031-9b85-5255f40ee241 line 8 > WebAssembly.instantiate:wasm-function[5939]:0x26bc8c)
@blob:null/610c8bb3-2c56-4031-9b85-5255f40ee241 line 8 > WebAssembly.instantiate:wasm-function[9718]:0x3b1880 (blob:null/610c8bb3-2c56-4031-9b85-5255f40ee241 line 8 > WebAssembly.instantiate:wasm-function[9715]:0x3b06a2)
@blob:null/610c8bb3-2c56-4031-9b85-5255f40ee241 line 8 > WebAssembly.instantiate:wasm-function[12464]:0x4d4897 (blob:null/610c8bb3-2c56-4031-9b85-5255f40ee241 line 8 > WebAssembly.instantiate:wasm-function[10097]:0x3daabd)
@blob:null/610c8bb3-2c56-4031-9b85-5255f40ee241 line 8 > WebAssembly.instantiate:wasm-function[12851]:0x500de9 (blob:null/610c8bb3-2c56-4031-9b85-5255f40ee241 line 8 > WebAssembly.instantiate:wasm-function[12561]:0x4ddf3c)
@blob:null/610c8bb3-2c56-4031-9b85-5255f40ee241 line 8 > WebAssembly.instantiate:wasm-function[12561]:0x4ddf51 (blob:null/610c8bb3-2c56-4031-9b85-5255f40ee241 line 8 > WebAssembly.instantiate:wasm-function[12556]:0x4dda5a)
@blob:null/610c8bb3-2c56-4031-9b85-5255f40ee241 line 8 > WebAssembly.instantiate:wasm-function[12549]:0x4dba13 (blob:null/610c8bb3-2c56-4031-9b85-5255f40ee241 line 8 > WebAssembly.instantiate:wasm-function[62802]:0x14188ad)
UnityModule [UnityModule/Module.dynCall_v] (Build13.wasm.framework.unityweb:8:490970)
browserIterationFunc (Build13.wasm.framework.unityweb:8:178320)
runIter (Build13.wasm.framework.unityweb:8:181393)
Browser_mainLoop_runner (Build13.wasm.framework.unityweb:8:179855)*

我已经尝试了一切,但似乎没有任何效果。任何人都可以帮忙吗?

第一张图是我启动游戏时得到的

第二个选择是调试日志

标签: unity3dscorm

解决方案


推荐阅读