Unity Tutorial 09
Intro From What I understand from the introduction we're going to be using all the elements we have done before or at least most of them, but adding in UI elements that weren't present in the past unity tutorials. Clicky mouse We are asked to pick objects to shoot in the air, In the package we downloaded we have things like pizza,ved,frui t,balls and cans. These iteams are giving 3 randomized variables theses are... Position Force Rotation We do this by using the method Random.range () to aply theses randomizations. Unity actually has these build in methods for the use of a mouse. That lets you know when the mouse has been released, is clicked or has entered an spiffed area. These are … OnMouseEnter () (...