Skip to Content
Learn C# by Creating a Fun Life Simulator Game in Unity

Learn C# by Creating a Fun Life Simulator Game in Unity

Complete training course for Learn C# by Creating a Fun Life Simulator Game in Unity

19.99
19.99 USD 19.99
19.99
Responsible OdooBot
Last Update 08/16/2025
    • Start: Introduction & Welcome (1:39)
    • Start: Creating the Basic Interface for Our Game (11:41)
    • Start: Defining Variables to Store the Primary Simulator Attributes (13:39)
    • Start: Learn How to Create and Call Custom Methods From Button onClick Events (18:29)
    • Start: Use If Statements to Enforce Maximum Health & Food Values (19:32)
    • Start: Improve our Game Design by Creating a Class to Manage Items (18:44)
    • Start: Create a Method to Buy Items and Prevent Purchase if not Enough Money (17:14)
    • Start: Learn to Use a List to Specify Requirements for items (18:57)
    • Start: Create a Message Panel to Display The List of Requirements for an Item (19:53)
    • Start: Create Graphical Sliders for Health and Food (14:41)
    • Start: Improve the Design of our Item Interface and Learn to use Prefabs (18:09)
    • Start: Learn How to Programatically Find and Use Game Objects and Components (7:27)
    • Start: Handling One Time Purchases and Rentals (11:45)
    • Start: Using Delegates to Send Events to Rental Items (16:41)
    • Updated: Source Code