/Godot_UDP_Object_Network

A very simple implementation to send and receive objects across a network to add a weird kind of multiplayer to gamejams.

Primary LanguageGDScriptCreative Commons Zero v1.0 UniversalCC0-1.0

UDP Object RX/TX

A very simple implementation to send and receive objects across a network to add a weird kind of multiplayer to gamejams.

Have a look at ExampleWorld.gd and ExampleWorld.tscn for an example on how to send and receive objects.