Unity-Technologies / multiplayer-community-contributions

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

[Facepunch Transport] GET RTT DOES NOTHING!!! #247

Open Pixel-Gamer opened 9 months ago

Pixel-Gamer commented 9 months ago

in the script for Facepunch transport it just returns a 0 always no code or anything

public override unsafe ulong GetCurrentRtt(ulong clientId) { return 0; }