bevy_simple_networking icon indicating copy to clipboard operation
bevy_simple_networking copied to clipboard

A simple authoritative server networking library for Bevy.

Results 2 bevy_simple_networking issues
Sort by recently updated
recently updated
newest added

There should be a way to support TCP connections. At the moment, both the `*_recv_packet_system` and `send_packet_system` both rely on a `UdpSocket` resource being present. We could split this out...

Sorry this isn't split up into separate commits at all. I was just trying to get this project working with the latest version of Bevy for my own uses and...