In this tutorial, you will learn the basics of scripting in Unity by:
- Creating a new script component and adding it to a GameObject
- Exploring the default script structure and functions like Start and Update
- Adding a variable to the script and editing its value in the Inspector
- Using Debug.Log to output messages to the Console
- Changing a property of a GameObject by editing values in the script