September 2013
Beginner
292 pages
6h 19m
English
Let's change a few lines of code in LearningScript to show how to assign the Capsule GameObject to the variable capsuleGO using drag-and-drop.
//), or remove it.public like this: public GameObject capsuleGO;
The Capsule GameObject is now assigned to the capsuleGO variable. We didn't have to write the code ...