/GodotEnetDemo

A demo showing some of the ENet functionality built in godot, and exploring how packets arrive each tick

Primary LanguageGDScript

This is a very simple godot project that just demos RTT from ENet packets, and also shows what Command Frame packets arrive on. The only thing of note is that packets tend to not arrive in a steady stream. Instead, the packets tend to arrive in groups of two to three.