lucaspoffo / renet

Server/Client network library for multiplayer games with authentication and connection management made with Rust
Apache License 2.0
685 stars 68 forks source link

Renet steam, but not in bevy? #163

Closed raffaeleragni closed 1 month ago

raffaeleragni commented 1 month ago

I am searching through the code base how to setup steam sockets but with bevy. I noticed that in bevy_renet there is a Netcode*Plugin for Netcode, but not for the steam version.

Is it a missing feature? The systems in bevy_renet plugins won't work with the steam transport since it's a different resource type, right?

lucaspoffo commented 1 month ago

Bevy transport steam plugins are inside renet_steam (need to use the bevy feature):

https://github.com/lucaspoffo/renet/blob/master/renet_steam/src/bevy.rs