WEEK: 5
Active: September 14th - September 20th
Work Due: September 21st @ 11:59PM

Add Touch Recognition

The last part is adding to the script so that the object appears only when the screen is touched.

 if(Input.touchCount > 0)

        {
           // then we can place our object if the screen has been touched.
        }
        


Previous section:
Next section: