- Home /
Question by
Snyrf · Feb 06, 2017 at 08:12 AM ·
physicsrigidbodyperformancedrag
Making a physics based game run faster
I have a rather simple question. Does putting both Drag and Angular Drag on rigidbodies to zero improve performance?
I have a game that has alot of physical parts, like wheels, loose containers and guns that are attached to vehicles. I'm only now realizing that they need no Drag since the main rigidbody (truck/car) only needs it.
Comment
Your answer
Follow this Question
Related Questions
Add 2d rigidbodies to moving objects to increase performance or not? 1 Answer
Detecting Input on ~100 Objects 2 Answers
Are my kinematic rigidbodies slowing my scene down? 2 Answers
Raycaste vs trigger Colliders & Rigidbody performance 1 Answer
Moving a rigidbody onto exact mouse position using rigidbody.MovePosition? 1 Answer