JustInvoke / Randomation-Vehicle-Physics

Vehicle physics system for the Unity engine.
https://justinvoke.com/game-assets/#randomation-vehicle-physics
865 stars 184 forks source link

Car not stop when moving forward #18

Closed tanakasama closed 7 years ago

tanakasama commented 7 years ago

When car moving forward that accel = 0, car will infinity moving with same velocity if car go forward, not go right or left...just go forward. Car never stop. Please check this bug.

blakewoods commented 7 years ago

You need to check out the axle friction variable

tanakasama commented 7 years ago

Where i can find axle friction variable. This should setting as default. Thanks in advanced.

JustInvoke commented 7 years ago

Axle friction is on the wheels. I think the default should be zero because it has a subtle effect on vehicle performance that might go unnoticed when configuring vehicles.