Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 537 Bytes

File metadata and controls

17 lines (9 loc) · 537 Bytes

Unity-Collisions

Collisions

Boilerplate game scene that demonstrates:
  • Collisions (triggers)
  • Player Control (input)
  • Physics (gravity)

Using the keyboard keys, the player can be moved around the scene composed of walls and coins.

The player can collect the coins and will collide with the walls.

Credit to Sebastian Lague