Files
godot-demo-projects/networking
J.M. de Jong d21c03d09c Remove broken int type check in WebRTC Signaling demo (#1186)
JSON.parse_string() parses all numbers as floats, even if there are no decimals.
`str(JSON.parse_string('{"type": 3}').asdf)` would result in `"3.0"`, which is not a valid int.
Because of this, the demo is not working.
2025-04-06 23:15:48 +02:00
..
2025-03-21 02:00:41 +01:00
2025-03-21 02:00:41 +01:00

Networking Demos

These demos showcase networking and/or multiplayer features.

Languages: All have GDScript, WebRTC uses some GDExtension

Renderer: All are Compatibility