godot-demo-projects icon indicating copy to clipboard operation
godot-demo-projects copied to clipboard

Web demos are broken

Open rpaladin opened this issue 2 years ago • 4 comments

Bug description: Game does not start. Tested in both latest Edge and Firefox versions, no luck. Reference link: https://godotengine.github.io/godot-demo-projects/3d/platformer/

Console Errors - Edge

image

Console Errors - Firefox

image

rpaladin avatar Oct 29 '22 04:10 rpaladin

I can confirm this on Firefox 105 (Linux). The online demos are using a old Godot version (3.3.3) and it needs to be updated to 3.5.

Calinou avatar Oct 29 '22 20:10 Calinou

Does Web Signaling Demo work for anyone else actually exported to web?

I'm on Godot 4.1.1, and exported the Web Signaling Demo to HTML5, and set up my signaling server but the web is not calling it. (it does from being ran in Godot).

antonio-hickey avatar Aug 03 '23 05:08 antonio-hickey

I'm on Godot 4.1.1, and exported the Web Signaling Demo to HTML5, and set up my signaling server but the web is not calling it. (it does from being ran in Godot).

That demo was last updated for 4.0.beta4, so I don't know if it's expected to work. cc @Faless

Calinou avatar Aug 03 '23 20:08 Calinou

confirming that https://godotengine.github.io/godot-demo-projects/3d/platformer/ and https://godotengine.github.io/godot-demo-projects/2d/isometric/ are still broken

I get indirect call to null in firefox and null function or function signature mismatch on chrome

JoelCreatesGames avatar Sep 23 '23 13:09 JoelCreatesGames