Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
unity 2D: Develop 2D android game in unity in 1 Hour
Rating: 4.1 out of 5(45 ratings)
8,463 students

unity 2D: Develop 2D android game in unity in 1 Hour

A 2D game will be developed from scratch - perfect beginning course for high school age students and new developers
Created byRaja Haris
Last updated 2/2020
English

What you'll learn

  • Making a 2D tile game
  • Building the assets of 2D Game
  • Understanding the basic of C# scripting
  • Building And Understanding the Logic
  • Developing Games in Unity 3D
  • How to Work with Box Colliders
  • Access components and scripts in objects within a scene
  • Navigate between scenes
  • Create and save scenes
  • Building The Game to Android and running it on device
  • Develop Game for Android

Course content

1 section13 lectures1h 25m total length
  • Introduction to Unity and building basics of the Game4:10

    Describing the Unity platform and Starting the basis of 2D Game

  • Using Gizmos to Define Empty positions(Create Graphical boundary for Gameobject)5:40

    Understanding and Learning about the Gizmos and how to use it in unity. Creating Boundry using GIzmos to identify game objects.

  • Spawning Pianotiles on the particular location in a scene4:30

    Learning the basics about how to Create a prefab out of a game object and how to spawn it in the game dynamically. Learning the basics of Spawning dynamically.

  • Detecting the Tiles ,Destroying and spawning Unnecessary Gameobjects7:43

    Understanding the basics of Colliders and OnTrigger Events and how to use them. Detecting objects using colliders.

  • Spawning tiles one by one and Setting layering properties7:06

    Gripping on the spawn logics and how to create a child gameobject dynamically.

  • Changing color when Mouse Clicks on a certain Gameobject7:48

    Understanding the sprite renderer and changing the color of the game objects at runtime. 

  • Adding score to the game to make it challenging6:08

    Creating a text to store Score and displaying it on the screen. Saving the score to be displayed when the game is over.

  • Creating Ending and Starting scenes14:38

    Understanding the basics about Scene management. Creating various scenes to toggle between the game.

  • Saving and Displaying player score at the end7:57

    Saving score using static keyword and displaying it on the end screen.

  • Mastering the spawning functionality by spawning Gmaeobjects randomly6:20

    Understanding the Random function and how to use it to spawn Objects randomly.

  • Adding sound to the game to see it come live5:10

    Understanding how to add sound and playing without code and with code at a specific time to create a playable environment.

  • Debugging the final version to find errors and their possible solutions5:12

    Running the Final build several times to check for possible errors and their solutions. Understanding how to avoid and detect errors

  • Building and Running the Game on Android device3:11

    Setting the scenes to specific mobile resolution. Building and Running the Game on Android Device

Requirements

  • Understand basic C# code and its structure

Description

In this course, we will create a 2D game for android devices and build and run on it. We will work on how you can create some sort of logic when you are creating games and how you can implement it. GUI is not considered only logical features are applied.

You’ll be amazed at how fast you can learn Unity. And, you’ll quickly become confident with all the game-creating basics. The pace of each video is designed for ease of learning, and not designed to cram as much as possible into each lesson.

We will cover techniques as:

  • Setting up a 2D platform.

  • Understanding and Creating Gizmos.

  • Understanding the logic behind Spawning Gameobjects Dynamically.

  • Understanding Colliders and implementing logic to detect Gameobjects.

  • Understanding sprite renderer and how to change Gameobject color on runtime.

  • Setting up UI canvas properly and making it responsive.

  • Creating and Understanding Text UI.

  • Creating and Understanding Button UI.

  • Understanding Scenemangment and Creating Different Scenes to toggle between the game.

  • How to add sound to the game.

  • Playing sound at a particular time.

  • Debugging to find errors and their possible solutions.

  • Building and Running the Game on Android Device


Who this course is for:

  • Beginner C# Developers ,High school students and newbies