My First Idle Game - Create Your First C# Script - Lesson 2

Опубликовано: 06 Апрель 2026
на канале: Greg Moss
2,966
42

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