Unity 3D Tutorial 1.12 - GuiText, Collisions, and Scores

  • 10 years ago
http://www.mybringback.com/tutorials
Sponsor: https://play.google.com/store/apps/details?id=com.mybringback.facebreaker2
Donate: http://www.mybringback.com/donate

Unity 3D Tutorial 1.12 - GuiText, Collisions, and Scores

In this Unity tutorial we will learn how to destroy objects if a specific collision is made. What I mean is, if our ball collides with a Brick object destroy the Brick and add 10 to the score, if it collides with a rock, do nothing. The other part of this tutorial involves adding public variables to our script that we can link up in unity. We will learn how to interact with a gameObject of the type GUIText.