Compress Rotation

This commit is contained in:
MrGadget1024 2023-01-27 04:08:06 -05:00
parent 36e801089c
commit 28829e7f61
3 changed files with 3 additions and 3 deletions

View File

@ -117,7 +117,7 @@ MonoBehaviour:
onlySyncOnChange: 1
onlySyncOnChangeCorrectionMultiplier: 2
rotationSensitivity: 0.02
compressRotation: 0
compressRotation: 1
positionPrecision: 0.02
scalePrecision: 0.02
velocity: {x: 0, y: 0, z: 0}

View File

@ -1180,7 +1180,7 @@ MonoBehaviour:
onlySyncOnChange: 1
onlySyncOnChangeCorrectionMultiplier: 2
rotationSensitivity: 0.02
compressRotation: 0
compressRotation: 1
positionPrecision: 0.02
scalePrecision: 0.02
velocity: {x: 0, y: 0, z: 0}

View File

@ -479,7 +479,7 @@ MonoBehaviour:
onlySyncOnChange: 1
onlySyncOnChangeCorrectionMultiplier: 2
rotationSensitivity: 0.02
compressRotation: 0
compressRotation: 1
positionPrecision: 0.02
scalePrecision: 0.02
velocity: {x: 0, y: 0, z: 0}