mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-10 06:34:16 +00:00
change rigid body interpolation mode on server to Interpolate
This commit is contained in:
parent
9bf580291f
commit
796445ee1a
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ MonoBehaviour:
|
|||
vehiclePrefab: {fileID: 5841438317718401360, guid: abddce9c98c1ba5a992f109cfd8c5a5c,
|
||||
type: 3}
|
||||
cameraDistanceFromVehicle: 10
|
||||
rigidbodyInterpolationOnServer: 0
|
||||
rigidbodyInterpolationOnServer: 1
|
||||
rigidbodyInterpolationOnClient: 1
|
||||
rigidBodyCollisionDetectionMode: 2
|
||||
syncLinearVelocity: 1
|
||||
|
|
Loading…
Reference in a new issue