Florian Rival
Florian Rival
Looks great! 👍 I think we should merge this early this week so that it's part of the next release, after making an additional check on the whole thing :)
Hi! Thanks for the PR :) Can you confirm images with a `#` will also work when previewing and exporting a game, both on the desktop app and the web-app?...
Sorry I missed the notification! I would be interested to see what is needed to fix this in the game engine too, to ensure we have something working end to...
I wonder what's making the preview to behave differently 🤔
A network preview works: So the issue is because of the preview done locally, which does not use a web server. We run directly the index.html of the game as...
@D8H This is what we can do: - Pass locateFile when you initialise the library. - If location.protocol === 'file', locateFile should return `Extensions/Physics2Behavior/Box2D_v2.3.1_min.wasm.wasm`. - Otherwise, locateFile should return `Box2D_v2.3.1_min.wasm.wasm`....
LGTM, at least in theory that's all I think is needed! Should work in preview, desktop export (electron), cordova, liluo.io and classic HTML5!
Thank you! I've relaunched the CI to be sure.
Excellent! Thanks for summarising all of this :) I've added a warning to the top of the pages of the GDevelop 4 wiki: http://wiki.compilgames.net/doku.php/ :)
Should be doable, we upgraded to Electron 18 recently so this might be a matter of checking if Electron builder can build a universal binary or something like this.