MirrorNetworking / Mirror

#1 Open Source Unity Networking Library
https://mirror-networking.com
MIT License
5.15k stars 764 forks source link

breaking: NetworkTransform sendIntervalMultiplier replaced by syncInterval math #3895

Closed miwarnec closed 1 month ago

miwarnec commented 1 month ago

Deprecates sendIntervalMultiplier. Properly calculates what multiplier the current 'syncInterval' would have been. There's a bit of multiplier logic in there to make things smooth, so we want to keep the multiplier for now.

Example:

image