MonoBehaviour is the base class from which every Unity script derives. When you use C#, you must explicitly derive from MonoBehaviour. Awake() Awake is called just once, when the script instance is ...