Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Build an Idle Business Tycoon Game with Unity3D & PlayMaker
Rating: 4.4 out of 5(123 ratings)
836 students

Build an Idle Business Tycoon Game with Unity3D & PlayMaker

Learn the power of PlayMaker and Visual Programming to create entire feature-filled games in Unity3d.
Last updated 8/2018
English

What you'll learn

  • Students who complete this course will learn how to create games using Unity3D & PlayMaker
  • How to break down problems into finite state machines and develop visual solutions
  • Understand the advantages and disadvantages of using a visual programming solution
  • How to create your own C# scripts that can work with PlayMaker

Course content

2 sections27 lectures4h 14m total length
  • Introduction2:52

    In this lecture we introduce you to the course and the various topics it covers.  Below is the Unity project minus the playMaker plugin that you must get from the Unity asset store.

  • Setting up your Unity Project and Installing PlayMaker4:17

    In this lecture we create our project and then install playMaker. We make sure everything is installed correctly by running the game and making sure there are no errors.

  • Creating a Very Simple User Interface to Buy Stores6:05

    Now that we have our project setup we are ready to begin laying out the interface for our game. Learn the basics for adding a canvas to your Unity 3D scene and placing text objects. We also add a button to purchase stores in the game.

  • Setting up your first Finite State Machine in PlayMaker7:00

    This is when it starts getting exciting! We create our first state machine and learn how to wire it up to our button. We learn that we can call events in our state machine in the button and see how to verify it is working in the state machine while it is running.

  • Buying Stores and Constructing Variables13:27

    We continue building our state machine by purchasing stores and keeping track of the store count in our variable.

  • Tracking Our Money and Spending It6:26

    Even though we are only six lectures in we already have the basic working foundation for our game. The most important part is in place. Making money! Hopefully by this point you are enjoying visual game development. If you are an experienced programmer you may be even seeing how it can be used to quickly prototype and allow you to put off writing code until you have tried out a few game designs.

  • Checking to Ensure There is Enough Money5:57
  • Let's Make Some Money!6:39
  • Adding a New State to Update the User Interface9:24
  • Calculating Profit Across Multiple Stores6:54
  • Setting up the Timer9:25
  • Making the Timer Run Asynchronously12:08
  • Tying the Money to the Timer8:10
  • Using a Prefab to Spawn Multiple Types of Stores5:20
  • Referring to Objects Outside the Prefab's Scope10:00
  • Configuring the Diagram to use Global Transitions14:49
  • Unlocking a Manager10:06
  • Connecting the Timer and Manager9:48
  • CHALLENGE: Subtracting the Cost of a Manager10:25
  • Allowing One-Time Purchase of Manager5:01

Requirements

  • You should be comfortable using a PC for basic to intermediate tasks
  • Unity 3D should installed and PlayMaker downloaded from the Unity Asset Store
  • NOTE: You must have PlayMaker to follow along with this course!
  • Be open to a fun new way to learn how to program! Visually!

Description

Important! To following along with this course you must own playMaker. It can be purchased on the Unity Asset Store! 


This course is for anyone who wishes to build an Idle Business Tycoon Simulation Game in Unity3D using a visual development tool called PlayMaker.  With PlayMaker, you can make entire games without writing a single line of code. In fact, in this course we build and entire working prototype of an Idle Business Tycoon Simulation game using only visual diagrams. 

Learn the power of visual programming:

  • Perfect for making your very first video game ever! Requires Unity3D (Free to download) & playMaker

  • Start from the very beginning and follow step-by-step. The course is designed for complete beginners

  • This course is fast paced and focused on building your game. Although this is for beginners these are not boring lectures with fillers. Each lecture you will be learning to design games and building on your game

  • Learn to build a complete game in Unity 3D with no C# programming required for the core game.

  • Focus on incremental development skills will help you create you own games

  • You will have a basic game up and running within the first few lectures

  • Create an animated progress bar that shows the progress of your store's sales timer

  • After you have mastered the basics, we expand our game design to support multiple stores and manager upgrades. Become a PlayMaker Pro and solve increasingly more complex problems.

  • Clear, easy to understand lectures that are paced to make it fun and easy to learn Unity3d & PlayMaker

  • Created by OdooClass Videos... creator of Idle Business Simulation for C# enjoyed by over 1,000 students

  • Includes advanced lectures for students who wish to incorporate their own C# actions into PlayMaker

  • Great starting off point for those who wish to get into game development or expand their range of skills

Why would an experienced C# or Javascript programmer be interested in PlayMaker?

There are several reasons why even experienced programmers may wish to experiment with PlayMaker. 

  • Building games in PlayMaker vs C# allows you to look at game development from a different perspective.

  • As a developer myself who has written code in dozens of languages, it is often refreshing to build games in a visual tool like PlayMaker.  A break from coding and still making games can be fun. 

  • How you approach the design and how you build up your game has unique solutions and challenges you will not face  when writing typical C# games.  

  • It is relatively easy for an experienced C# developer to write actions that work with PlayMaker. This allows you to use PlayMaker as a state machine and for managing high level functions of your game design while using C# for more complex calculations and algorithms that can be tedious to code using a visual tool.

Who this course is for:

  • Anyone interested in learning Unity3d & PlayMaker by making a fun game
  • Beginning programmers who wish to experiment with visual programming
  • Experienced programmers who would like to look at game development from a different perspective
  • Experienced programmers who would like to integrate PlayMaker and custom C# scripts