CAR GO WROOOOOOOOOM!!!
This commit is contained in:
@@ -7,7 +7,7 @@ public class CarController : MonoBehaviour
|
||||
public WheelCollider frontLeftWheel, frontRightWheel;
|
||||
public WheelCollider rearLeftWheel, rearRightWheel;
|
||||
|
||||
public float motorForce = 10000000f;
|
||||
public float motorForce = 1000f;
|
||||
public float steeringAngle = 30f;
|
||||
|
||||
void Update()
|
||||
|
||||
Reference in New Issue
Block a user