Hello,
my last construct 3 games arenot working in safari, I get this debug message.
Construct 3 version: r182.2
The operation is not supported: createBuffer c2runtime.js.22313
qkygames.com/knife-climb
Best,
Maxi.
Can you preview them using the preview from the editor? i am getting a black screen on anything using the construct 3 runtime. c2 runtime works fine though.
It looks like some kind of bug. You can file issues here: https://github.com/Scirra/Construct-3-bugs/issues
FYI you're using the Construct 2 runtime in Construct 3 still, which we're going to phase out, so you might want to update to the C3 runtime regardless of this.
Nepeo - looks like in Safari the Opus decoder is returning an ArrayBuffer, then reading a nonexistent .length property of it.
This looks specific to the C2 runtime so switching to the C3 runtime should fix it. It looks like WebM playback in Safari with the C2 runtime is broken, so I filed an issue here: https://github.com/Scirra/Construct-3-bugs/issues/3596
thanks! I can not use Runtime C3, I am using Lite Tween behavior (old C2 Plugin).
please fix the issue for C2 runtime.
I can not use Runtime C3, I am using Lite Tween behavior (old C2 Plugin).
you can try this
github.com/erenertugrul/construct-plugins/raw/master/ported_plugins/behaviors/lunarray_litetween/dist/LiteTween%20v.1.7_c3runtime.c3addon
Develop games in your browser. Powerful, performant & highly capable.
Great! my game work perfect now, Thanks!