fix: NTv2 interpolateScale default false, like syncScale

This commit is contained in:
MrGadget1024 2021-09-06 11:15:46 -04:00
parent d457103850
commit 9c4cc2926f

View File

@ -52,7 +52,7 @@ public abstract class NetworkTransformBase : NetworkBehaviour
[Header("Interpolation")]
public bool interpolatePosition = true;
public bool interpolateRotation = true;
public bool interpolateScale = true;
public bool interpolateScale = false;
// "Experimentally Ive found that the amount of delay that works best
// at 2-5% packet loss is 3X the packet send rate"