Change some vehicle settings

This commit is contained in:
in0finite 2019-05-24 01:33:14 +02:00
parent 4dcad381b0
commit 861aeb5422
2 changed files with 5 additions and 2 deletions

View file

@ -86,7 +86,8 @@ MonoBehaviour:
m_EditorClassIdentifier:
vehiclePrefab: {fileID: 5841438317718401360, guid: abddce9c98c1ba5a992f109cfd8c5a5c,
type: 3}
syncLinearVelocity: 0
syncAngularVelocity: 0
syncLinearVelocity: 1
syncAngularVelocity: 1
disableRigidBodyOnClients: 0
syncPedTransformWhileInVehicle: 0
syncVehicleTransformUsingSyncVars: 0

View file

@ -22,6 +22,8 @@
- **vehicle syncing is too laggy** - local player must control the rigid body ; server will validate position/rotation/velocity changes, and correct them if needed ; when server detects collision, or applies force to rigid body, he will override state of rigid body ;
- while camera is disabled, players are constantly respawned
- add ability to change vehicle and ped sync rate
- stats window