HI! Im truing my game, that`s was made on unity, but after two hours of WebGL game build i was able to play and later the game crashed with information below.
An error occurred running the Unity content on this page. See your browser JavaScript console for more info. The error was:
TypeError: AudioParam.value setter: Value being assigned is not a finite floating-point value.
unityFramework/jsAudioCreateChannel/channel.setPosition@blob:http://localhost:8000/9d003b6f-aef7-4e14-93c1-2e0c23a7020d:9:127075
_JS_Sound_SetPosition@blob:http://localhost:8000/9d003b6f-aef7-4e14-93c1-2e0c23a7020d:9:140436
@blob:http://localhost:8000/9d003b6f-aef7-4e14-93c1-2e0c23a7020d line 9 > WebAssembly.instantiate:wasm-function[121233]:0x2508cd4
@blob:http://localhost:8000/9d003b6f-aef7-4e14-93c1-2e0c23a7020d line 9 > WebAssembly.instantiate:wasm-function[121656]:0x2538bc5
@blob:http://localhost:8000/9d003b6f-aef7-4e14-93c1-2e0c23a7020d line 9 > WebAssembly.instantiate:wasm-function[121668]:0x253b336
@blob:http://localhost:8000/9d003b6f-aef7-4e14-93c1-2e0c23a7020d line 9 > WebAssembly.instantiate:wasm-function[121673]:0x253c9d9
@blob:http://localhost:8000/9d003b6f-aef7-4e14-93c1-2e0c23a7020d line 9 > WebAssembly.instantiate:wasm-function[121703]:0x253fe19
@blob:http://localhost:8000/9d003b6f-aef7-4e14-93c1-2e0c23a7020d line 9 > WebAssembly.instantiate:wasm-function[121698]:0x253fb3c
@blob:http://localhost:8000/9d003b6f-aef7-4e14-93c1-2e0c23a7020d line 9 > WebAssembly.instantiate:wasm-function[132990]:0x2cd1bc6
@blob:http://localhost:8000/9d003b6f-aef7-4e14-93c1-2e0c23a7020d line 9 > WebAssembly.instantiate:wasm-function[132990]:0x2cd1c38
@blob:http://localhost:8000/9d003b6f-aef7-4e14-93c1-2e0c23a7020d line 9 > WebAssembly.instantiate:wasm-function[139396]:0x2eec122
@blob:http://localhost:8000/9d003b6f-aef7-4e14-93c1-2e0c23a7020d line 9 > WebAssembly.instantiate:wasm-function[139689]:0x2f1d4aa
unityFramework/_JS_CallAsLongAsNoExceptionsSeen/<@blob:http://localhost:8000/9d003b6f-aef7-4e14-93c1-2e0c23a7020d:9:30741
_JS_CallAsLongAsNoExceptionsSeen@blob:http://localhost:8000/9d003b6f-aef7-4e14-93c1-2e0c23a7020d:9:30755
@blob:http://localhost:8000/9d003b6f-aef7-4e14-93c1-2e0c23a7020d line 9 > WebAssembly.instantiate:wasm-function[139395]:0x2ee7ba2
@blob:http://localhost:8000/9d003b6f-aef7-4e14-93c1-2e0c23a7020d line 9 > WebAssembly.instantiate:wasm-function[139689]:0x2f1d4aa
browserIterationFunc@blob:http://localhost:8000/9d003b6f-aef7-4e14-93c1-2e0c23a7020d:9:121019
callUserCallback@blob:http://localhost:8000/9d003b6f-aef7-4e14-93c1-2e0c23a7020d:9:103381
runIter@blob:http://localhost:8000/9d003b6f-aef7-4e14-93c1-2e0c23a7020d:9:104764
Browser_mainLoop_runner@blob:http://localhost:8000/9d003b6f-aef7-4e14-93c1-2e0c23a7020d:9:120545
I don`t know what happened and what should I do?