Skip to content

frostbone25/Unity-Custom-3D-Physics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Custom 3D Physics

Custom 3D Physics system in Unity. It does not leverage or use Unity's native physics engine in any way, it's completely custom.

It is intended to be fairly simple, and is an exploration into how a physics system works.

Features

  • Box, Sphere, Plane Colliders
  • Rigidbody Physics
  • Sleep/Waking
  • Adjustable Fixed-Time Step with Interpolation
  • Collision Callbacks

custom-physics

TODO / Notes / Ideas:

  • Trigger Callbacks
  • Capsule Collider
  • More Improvement Physics Stability (Linear and Angular Velocity)
  • Hinge and Socket Bodies

Sources / Credits