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?
I am searching through the code base how to setup steam sockets but with bevy. I noticed that in
bevy_renet
there is aNetcode*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?