mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
Compress Rotation
This commit is contained in:
parent
36e801089c
commit
28829e7f61
@ -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}
|
||||
|
@ -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}
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user