Skip to content

[v4.4] WebSocket support for GameMaker!

Compare
Choose a tag to compare
@evolutionleo evolutionleo released this 11 Jul 16:01
· 118 commits to main since this release

Adds WebSocket support for the GameMaker client!

Really useful if you want to run your game in the browser (although WebSockets do also work on Windows)
You can switch to using WebSockets by simply changing the SOCKET_TYPE macro to SOCKET_TYPES.WS inside NetworkingConfig.gml

Enjoy!

- Evoleo