Unity-Technologies / multiplayer-community-contributions

Community contributions to Unity Multiplayer Networking products and services.
MIT License
429 stars 161 forks source link

fix: Fix channel implementation in steamnetworking transport. #138

Closed LukeStampfli closed 2 years ago

LukeStampfli commented 2 years ago

Channels weren't correctly ported to the 1.0.0 version. The NetcodeData channel was never polled in the Poll function so Netcode for GameObjects was unable to send data.