mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
fix: NTv2 interpolateScale default false, like syncScale
This commit is contained in:
parent
d457103850
commit
9c4cc2926f
@ -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 I’ve found that the amount of delay that works best
|
||||
// at 2-5% packet loss is 3X the packet send rate"
|
||||
|
Loading…
Reference in New Issue
Block a user