Unity Physics by MarekMarchlewicz - 3

Physics

Unity Physics

Unity 2019.2.0f1Unknown LicenseUpdated 2 years agoCreated on August 13th, 2019
Go to source

Unity Physics

This repository was part of the training delivered for Singapore Unity Developers. It covers the most common scenarios:

1 Basics

Setup Rigidbodies, Colliders, how to apply force and use different Physcis settings likegravity.

2 Physic Materials

Differnt physical materials with friction, bounciness.

3 Interpolation

Differences between interpolation types.

4 Collision Detection

Comparison between discrete, continuous, continuous dynamic and continuous speculative.

5 Triggers

Visualised OnTriggerEnter, OnTriggerStay, OnTriggerExit.

6 Joints

Use fixed joint, hinge joints, spring joints. Create a rope with configurable joints. Ragdoll with character joints.

7 Raycasting

Use raycasting to spawn objects.

//8 2D Physics (under construction)

9 Cloth

Simple cloth setup.

10 Miscallenous

Scene used to test CPU perfomance and Physics Debugger.

Show all projects by MarekMarchlewicz