Nathan Bolton
Nathan Bolton
I'm not sure if this is useful as a reference, but Phaser implemented [Webgl context restore](https://github.com/phaserjs/phaser/blob/master/changelog/3.80/WebGLContextRestore.md) in the latest update.
I experimented with work-arounds for this issue using [link rel="preload" tags](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/preload). The measurements indicate @aglitchman 's suggested sequence is the most optimal solution. ## Methodology I used a relatively small...
You could try a different VSCode plugin like [Defold Buddy](https://marketplace.visualstudio.com/items?itemName=mikatuo.vscode-defold-ide). I don't think its automatic hot reload functionality will work, but it will work to run your game and pipe...
Potentially also `vmath.euler_to_quat`? defold/defold#9701