Skip to content
Sale

Unity: From Master To Pro By Building 6 Games – Awesome Tuts

Rated 0 out of 5
(be the first to review)

$54.00

As a sequel to a course that already covers the basics of Unity and C#, in this course we are going to take it straight to the point, so if you are a complete beginner we do advise you to take a look at our other course which will help you understand unity and game development.

PURCHASE THIS COURSE, YOU ACCUMLATE: 54 POINTs!


OR

Category:

Description

Purchase Unity: From Master To Pro By Building 6 Games – Awesome Tuts Course at eBokly. We actively participate in group buys and are committed to sharing knowledge with a wider audience. What's more, our courses maintain the same quality as the original sale page. You have the option to buy directly from the sale page at the full price (sale page link is provided within the post).

Unity: From Master To Pro By Building 6 Games

Take Your Unity Skills To The Next Level And Become A Pro Game Developer By Building 6 Games From Scratch

*** Enroll Now And Learn How To Create Your Own Candy Crush Style Game And Angry Birds Style Game From Scratch ***

*** THIS COURSE IS NOT FOR BEGINNERS, so make sure you have a prior knowledge of Unity, game development and programming before you join this course ***

A sequel to our Mastering 2D Games In Unity: Build 6 Fully Featured Games From Scratch Course!!

As a sequel to a course that already covers the basics of Unity and C#, in this course we are going to take it straight to the point, so if you are a complete beginner we do advise you to take a look at our other course which will help you understand unity and game development.

As always we are using practical approaches in teaching game development, so in this course we are going to build 6 games from scratch!!!

Pin The Circle Game

We are going to start with a simple game called Pin The Circle. In the game we have a circle that is rotating and we need to shoot all our needles in the circle but we must avoid touching other needles in that process. We are going to create a main menu for the game, implement shooting mechanics, spawn a specific number of game objects for a specific level, and see how can we effortlessly create levels for our game in order to make it challenging to our players.

Jump Hero Game

Moving forward with a more complicated game we are going to create a game called Jump Hero. In this game we have platforms on which our hero stands, and he needs to jump from one to another in order to progress through our game. We get one point if we land on a platform without falling down. We are going to see how can we implement the players jump, how can we spawn new platforms for the player to jump and how can we move the camera to the next platform in order for our player to see the next platform and jump on it. We are also going to implement a main menu and a player died panel which is going to show us our score when player dies.

Basketball Shoot Game

The next game is even more complicated and its called Basketball Shoot. In the game we have a basketball which we are going to shoot by dragging our mouse or our finger on the screen and we need to score a point in order to progress in the game. We are going to implement main menu and ball select system which will allows us to chose one of the multiple balls that we have in the game. When we drag our ball we are going to create a projectile path which is going to show us where our ball is going to land when we release our button and we are also going to implement a ball scoring system.

Puzzle Game

Next we are going to create a puzzle game where we are going to slice an image that we import and then we are going to shuffle the pieces of that image so that we form a puzzle. The player will be able to move the puzzle pieces left, right, up and down in order to rearrange them in the correct order so that he can form a whole image.

Angry Birds Style Game

After that we are going to create the good old Angry Birds game. We are going to see how can we shoot our birds to hit the bad piggies and score points. We are going to see how can we implement a slightly different technique in order to draw the projectile path and we are going to see how can we implement the game mechanics for our Angry Birds Game.

Candy Crush Style Game

And finally we are going to create a Candy Crush Clone game. We are going to implement the mechanics of matching 3 equal items in order to score in our game and destroy the matched candies. We are going to use two dimensional arrays to position our candies in the game, and we are going to see how can we implement different algorithms in order to find the equal matches. We are going to implement a nice main menu and a score system which will reward our player when he crushes 3 or more candies, and if he crushes more than 3 candies we are going to give him a bonus candy which will crush a whole row or column when its crushed.

You will also benefit from my super fast response if you have any issue that you are stuck with. Oh and all the students taking the course will also be there to help you!

All project files will be included and you are free to use them for anything that you like, personal or commercial use!

If you are already using unity, this course is going to take you to the next level of your game development skills.

What You Will Learn

  1. Advanced C#
  2. Solve Complicated Problems in C#
  3. How To Use Two Dimensional Arrays
  4. Configuring Game Sprites
  5. Create Menus
  6. Animate Menus
  7. Use Rotations
  8. Calculating And Drawing Projectile Paths

That and much more is awaiting for you in this course.

What Is Your Risk By Taking This Course?

Nothing!! If you are not satisfied with the course, I promise I will give you a full refund of your money NO questions asked!!

Enroll Now!! You Will Not Be Disappointed!!

 

Get Unity: From Master To Pro By Building 6 Games – Awesome Tuts, Only Price $57

Course Curriculum

First Section

  • Introduction And The Course (6:00)
  • Course Instructions (5:58)
  • IMPORTANT! – Where To Get Live Help (3:46)
  • Get Live Help Here
  • Note Before You Begin

Pin The Circle

  • Pin The Circle Game Preview (1:50)
  • Importing Assets And Configuring The Circle And Needle (9:22)
  • Needle Movement Script (11:45)
  • Detecting Collision Between The Needle And Cirle (6:07)
  • Rotating The Circle (6:52)
  • Adding UI Elements And Preparing Game Manager (8:00)
  • Scripting Our Game Manager (13:50)
  • Creating Main Menu (5:54)
  • Adding Score
  • Finishing Touches (4:56)

Jump Hero

  • Jump Hero Game Preview (2:18)
  • Importing Assets And Creating Player Animations (7:08)
  • Colliders, Prefabs And Rigidbodies (4:58)
  • Preparing The Jump Logic (10:27)
  • Jumping (11:05)
  • Game Manager (9:23)
  • Lepring And Creating New Platforms (12:21)
  • Creating Main Menu (6:04)
  • Creating Game Over Panel (5:24)
  • Ending The Game When The Player Dies (8:56)
  • Creating Our Score System (8:50)
  • Power Bar (10:07)

Basketball Shoot

  • Basketball Shoot Game Preview (2:35)
  • Importing Assets And Creating Our Prefabs (12:13)
  • Setting Up Our Gameplay Scene (4:31)
  • Creating Main Menu (13:13)
  • Main Menu Controller (4:01)
  • Selecting A Ball (5:13)
  • Creating Balls (12:00)
  • Setting Up The ShootScript (6:20)
  • Programming Our ShootScript (11:10)
  • ShootScript Continued (14:14)
  • Finishing ShootScript (6:55)
  • Preparing Sound Effects (15:41)
  • Ball Count System (5:41)

Puzzle Game

  • Puzzle Game Preview (2:07)
  • Enumerations (6:57)
  • Two Dimensional Arrays (6:17)
  • Get And Set Accessors (5:36)
  • Importing Assets And Slicing Our Sprites (7:04)
  • Creating Menus (6:22)
  • Programming Our Menus (8:49)
  • Helper Classes (7:01)
  • Game Manager (10:17)
  • Loading The Puzzle (17:35)
  • Loading The Puzzle (17:35)
  • Shuffling Puzzle Pieces (8:35)
  • Checking For Input (15:06)
  • Wraping Things Up (12:07)

Throwing Birds

  • Throwing Birds (Angry Birds Style ) (2:41)
  • Importing Assets And Creating Our Prefabs (11:02)
  • Creating Our Level (11:39)
  • Brick Script (4:39)
  • Game Variables And States (6:34)
  • Bird Script (8:24)
  • Camera Follow (6:01)
  • Preparing Our SlingShoot Script (8:31)
  • SlingShoot Script Functions (14:41)
  • Finishig Our Sling Shoot Script (11:44)
  • Game Manager (16:19)
  • Finishing Game Manager (4:30)
  • Camera Move (7:01)
  • Destoyer And Parallax Scroller (3:23)
  • Creating Menus (7:57)
  • Pig Script (4:47)
  • New Lecture
  • Wraping Things Up (9:19)

Beans Crusher

  • Beans Crusher(Candy Crush Style Game) Preview (2:30)
  • Importing Assets, Creating Animations And Prefabs (6:10)
  • Bonus Utilities (5:31)
  • Game Variabes (6:49)
  • Candy Script (8:36)
  • Match Checker (8:52)
  • Candy Array (11:05)
  • Candy Array Part 2 (14:35)
  • Candy Array Part 3 (7:41)
  • Altered Candy Info (3:40)t
  • Candy Array Part 4 (11:56)
  • Candy Array Final Part (13:09)
  • Moving Forward With Our Match Checker (15:19)
  • Check Horizontal2 and Horizontal3 (15:29)
  • Vertical Matches (13:57)
  • Finishing Up Our Match Checker (11:48)
  • Candy Manager Part 1 (10:21)
  • Candy Manager Part 2 (12:51)
  • Candy Manager Part 3 (14:26)
  • Candy Manager Part 4 (7:33)
  • Candy Manager Part 5 (12:34)
  • Candy Manager Part 6 (10:34)
  • Candy Manager Part 7 (18:31)
  • Wraping Things Up (9:35)
  • Creating Main Menu (5:10)

Updates

  • Loading Scenes (5:20)

 

Get Unity: From Master To Pro By Building 6 Games – Awesome Tuts, Only Price $57


Tag: Unity: From Master To Pro By Building 6 Games – Awesome Tuts Review. Unity: From Master To Pro By Building 6 Games – Awesome Tuts download. Unity: From Master To Pro By Building 6 Games – Awesome Tuts discount.


Purchase the Unity: From Master To Pro By Building 6 Games – Awesome Tuts course at the best price at eBokly. Upon completing your purchase, you will gain access to the downloads page. where you can conveniently retrieve all associated course files. Additionally, we will send you a download notification email to your registered mail.

Unlock your full potential with our Unity: From Master To Pro By Building 6 Games – Awesome Tuts courses. Our courses are meticulously designed to empower you with the skills and knowledge needed for excellence.

Why wait? Take the first step towards greatness by acquiring our Unity: From Master To Pro By Building 6 Games – Awesome Tuts courses today. We ensure a smooth and secure purchasing experience that guarantees your peace of mind. Rest assured that your financial information is safeguarded through our trusted payment gateways, Stripe and PayPal.

Stripe, renowned for its robust security measures, offers a secure and dependable payment process. Your sensitive data is encrypted using state-of-the-art technology, ensuring its confidentiality throughout the transaction.

PayPal, a globally recognized payment platform, adds an extra layer of security. With its buyer protection program, you can make your purchase with confidence, knowing that your financial details are protected, allowing you to focus on your learning journey.

Is it secure? to Use of?
  • Rest assured, your identity remains completely confidential. We do not share your information with anyone, ensuring the utmost security when you buy the Unity: From Master To Pro By Building 6 Games – Awesome Tuts course.
  • 100% Safe Checkout Privateness coverage
  • We employ robust communication and encryption methods to protect sensitive information. All card numbers are encrypted using AES at rest-256, and the transmission of card numbers occurs in a separate hosting environment, without sharing or storing any data.
How Will the Course Be Delivered?
  • Upon successful payment for the “Unity: From Master To Pro By Building 6 Games – Awesome Tuts course”, Most of the products will come to you immediately. But for some products were posted for offer. Please wait for our response, it might take a few hours due to the time zone difference.
  • If this occurs, kindly be patient. Our technical department will process the link shortly, and you will receive notifications directly via email. Your patience is greatly appreciated.
What Shipping Methods Are Available?
  • You will receive a download link in the invoice or in YOUR ACCOUNT.
  • The course link is always accessible. Simply log in to your account to download the Unity: From Master To Pro By Building 6 Games – Awesome Tuts course whenever you need.
  • You can study online or download the content for better results, making it accessible from any device. Ensure your system does not go to sleep during the download process..
How Do I Track Order?
  • We promptly update the status of your order following your payment. If, after 7 days, there is no download link provided, the system will automatically process a refund..
  • We love to hear from you. Please don’t hesitate to email us with any comments, questions and suggestions.

Reviews

There are no reviews yet.

Leave a customer review
Cart
Back To Top