-
Couldn't load subscription status.
- Fork 0
Physics Events in Unity
james tichenor edited this page Jun 17, 2018
·
2 revisions
Tutorial on physics events in Unity.
One of the unique aspects of working in Unity is that it has a built in physics engine. Leaning to think through this engine will allow you to build more in Unity. Today we are just going to quickly go over the physics event system and how it connects with code we can integrate it with what have learned so far.
- build inital elements. -- egg and floor
- add physics to egg and floor.. turn off movement on floor.
- make script to print enter while and leave.
- add extra box
- create cloning script.
-end