Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 932 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 932 Bytes

ArcadeVehiclesPhysics

Custom vehicle physics for arcade-style games that do not require high details and realism, avoiding all the complication of dealing with realistic vehicle physics. It’s a preferable path in making those kinds of games instead of starting with realistic physics and trying to trim it down to arcade, that usually brings a lot of problems specially when making a multiplayer game. This approach also gives full control of the physics and the ability to mutate it or even turn it off for special powers for example.

  • No WheelColliders!
  • Bouncy Springs.
  • Ability to roll the vehicle.
  • Traction and air drag.
  • Easy to extend and create different type of vehicles.
  • Example of car and bike.

Download Play Demo

Reference: Space Dust Racing UE4 Arcade Vehicle Physics Tour by Michael Davies