Build a Unity3D Game in 1 Hr
9K views
Oct 30, 2023
Getting Started With Game Development using Unity3D. Background music - Song: Ehrling - You And Me (Vlog No Copyright Music) Music provided by Vlog No Copyright Music. Video Link: https://youtu.be/8HJSl7AiJNg
View Video Transcript
0:00
Hello guys, this is Vivek Sharma and welcome to the first episode of this beginners level
0:04
game development series on C-sharp corner.com. In this series we will try to cover a good number of game development basics by creating
0:10
a complete short game from scratch using Unity 3D. So in this episode, we will get an introduction to Unity, we will learn how to download and
0:19
install it and we will get familiar with the basic interface and the components of Unity 3D
0:24
without any further to do let's get into it. Okay so first things first we will
0:33
start by downloading and installing Unity into our system so to do that go to
0:38
our Unity's official website unity.com on the side scroll down and click on
0:46
unity in the downloads section over here we have three options plus pro and
0:54
personal plus and pro are paid versions and the personal one is free plus and
1:00
pro comes with some learning benefits and if you are making more than hundred
1:05
thousand dollar an year by using unity then you have to download these versions
1:09
otherwise you can go for the personal one also if you download the personal you get this before the game begins so we can live with that for now so let click on try personal over here click on this checkbox by clicking I confirm
1:30
blah blah blah blah and then click on download unity hub and then it will
1:35
download we have to wait okay so once the download is complete you can double
1:39
click on it to continue the installation process I will click on
1:42
on Agri to set all of the terms of service and then I'm using Mac right now
1:48
so I will just drop this into the applications folder if you are on Windows you probably have to click on next next next I'll close it once the
1:58
installation is complete I will click on the unity hub button to open it up and
2:04
once it has got opened up I will click on this download button to continue over
2:09
here I can select the version of unity I want to install I will go with unity
2:12
2019.1.1 for now I'll click on download over here I can see 2019.1.1 is checked
2:20
by default I can select other options if I want like Android build support iOS
2:25
build support TV OS build support and others but for now I will just go with
2:30
2019 I click on done and will wait until the installation is complete see you later okay so now when the installation is complete I can click on the Unity Hub again to open it up On the top right corner you can see a new button on which you can click to create a
2:46
new Unity project. You can rename your project. Let's call it game one for now
2:53
And you can select a template. I'm gonna go with 2D for now
2:57
And over here, you can select the destination of your project files
3:02
I'm happy with this one for now. Let's click on create project to create a new Unity project
3:08
Okay so when now we have our new Unity project ready, let's talk a bit about Unity
3:12
Unity is one of the world's best game development engines right now. Unity is not just used for creating games but also for creating movies, animation, XR experiences
3:22
etc etc. Okay so let's talk about the Unity interface for now
3:26
Over here at the bottom you can see something called Assets Panel. This panel includes all of the files you want to use in your game
3:33
This may include scripts, images, videos, music files, 3D models etc etc
3:41
Secondly we have a panel called Hierarchy. Hierarchy includes all of the items you want to use in your current scene
3:47
You can compare your scene as a web page. You can have different web pages in your website Similarly you can have different scenes in your game like main menu screen setting screen main game screen etc etc if you click on any
4:02
of the game item into the hiragi panel you can see all of its properties over
4:07
here at the right in the inspector panel this may include transform transform
4:12
includes its position its rotation and scale all of these values are in vector
4:17
3 that means it have an x value a y value and a z value and there can be other properties as well
4:25
like audio listener camera and any other component you want to add now next we have something called
4:30
scene view scene view actually is a visual representation for your hierarchy panel this
4:35
will show all of the files included over here in the hierarchy panel as well at last we have
4:40
something called game view which basically is the preview for your final game output so these are
4:45
the base panels of unity interface using which we will be creating our next unity game so in our
4:51
next tutorial we will start creating our game get a player into it will animate it we'll try to move
4:56
it we'll learn about collisions and physics and we'll try to have some fun so till then goodbye
5:02
have fun and don't forget to follow and subscribe because the best is here to come
#Computer Education
#Video Game Development