December 2017
Beginner
290 pages
7h 17m
English
You might still be wondering what the word public at the beginning of a variable statement means:
public int number1 = 2;
We mentioned it before. It means that the variable will be visible and accessible. It will be visible as a property in the Inspector panel so that you can manipulate the value stored in the variable. The word also means that it can be accessed from other scripts using the dot syntax.
Read now
Unlock full access