My First Idle Game is a new game course designed specifically designed to help you publish your very first video game.
If you would like to get access to the full complete course visit:
https://FirstClassGameStudios.com/shop
In this video we learn the following:
Create a C# Script
What using commands at the top of the script are for
Understand the basics of the Start and Update method
Creating a field (variable) in C# to hold our gold amount
How to assign a value to Gold in the Start method
Monitor our variable in the inspector