Skip to content

Custom vehicle physics for arcade-style games, made for Unity

Notifications You must be signed in to change notification settings

sabbirahmedsr/ArcadeVehiclesPhysics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Custom vehicle physics for arcade-style games, made for Unity

Resources

Stars

Watchers

Forks

Packages

No packages published