Unity Tutorials For Absolute Beginners Making of AA (part 1 creating project)

Unity For Beginners

easy logo
Source: Google.com
Hello and welcome guys on my new unity tutorials series Unity For Beginners.

In this post, we are going to learn Unity Game Engine by Making Easy games.
Actually in my perspective unity is Very easy to learn (In comparison to other Game Engines).
We all know Developing game is not easy, it is hard and time-consuming work to do.
.....But we are going to adopt a strategy called Progressive learning to Learn Unity super easily.




Plan : >>> 

So what's the plan sir ???? 

:: Yes the plan is that I am going to give you Idea about the game engine with a small game.


First Game we are going to make is AA.

To make a game we have to break this into the small sections, 
  1. Working with the mechanics with placeholder art.
  2. Creating a Game manager and implementing scores.
  3. changing the placeholder  art to the Real art (if we have)
  4. Final polishing.
Now without discussing much let's dive into the work.
we will discuss this later.


Let's Do this 

First of all open unity and create a new project buy hitting new button Like this.

project panel


And now choose name whatever you like and choose a directory, and make sure you select 2D Template.
2D Template gives us some project settings related to the 2D game engine like Orthographic camera, or 2D sprite instead of textures, looking weird in reading no problem you will understand this later.
 At last, hit "create project".
create project


All right, it will take some time depending on your system's configuration.
while you are waiting Let's have some fun.

funny
source: http://www.qygjxz.com
Joke Time 

The Perfect Son. 
Tony:    I have the perfect son. 
George:     Does he smoke? 
Tony:    No, he doesn't. 
George:    Does he drink whiskey? 
Tony:    No, he doesn't. 
George:    Does he ever come home late? 
Tony:   No, he doesn't. 
George:    I guess you really do have the perfect son. How old is he? 
Tony:     He will be six months old next Wednesday.



Okay, now start doing work.....
Now unity will look like this,
editor window


Let's tweak some of the settings.
Drag out the game window and take this to the right-hand side of the scene window.
Like this,
heirarchy


Now click on the Free Aspect And click the + icon 

resolution

A little plus icon in the bottom in this Image.
And fill in some of the details from here.

click +

Ok Now, your Editor is totally like mine, 
Let's wrap up this tutorial and meet in the next one.
Till then Bye-Bye.

Share this post guys if you like, we are going to do a lot of fun and study. 

Comments

Popular posts from this blog

C/C++ program to check the Palindrome string.

Second Equation of motion, How to implement using C language

Third Equation of motion, How to implement using C language