Posts

Showing posts from October, 2020

First Person Movement in Unity

Image
  S o, you're back no w our real game development begins so we'll make a first-person character like games like Fallout and fire watch. These kinds of games are usually good so without any delay let's start it, people. Step 1: Creating a Platform So now we will create a platform where the player can stand and move. So to do that, create a cube and do as given in the figure: figure 1.1 Step 2: Adding a player So ok we've added a platform for the player to move now we'll add player since we can't see our body in first-person games we'll just add a capsule and name it player as of figure 1.2                                               figure 1.3 Ok after you do this move the player camera to the player easily by pressing ctrl +shift +f and make it as a child of the player as given in the image below.                     ...

Unity : Creating A Project

Image
  Hi welcome back so I guess you're ready to learn game development so don't worry I won't take money from you but you can donate only IF you wish at this paypal : sanjeevbshah@gmail.com. If you don't want to then you don't have to well I believe that education should available for everyone. Hey, why am I wasting time let's get started duh. Some steps to Get Started in unity are : Installing unity you can install unity from unity.com straight for windows or mac users but if you're on linux like me you should install Unity hub. Unity hub is recommended for windows and mac users too. After you install unity hub a you may be told to active a license so you need to login / register at first then click on get new license. After you've got your license go to Installs-> Add then select unity version and add modules (which are specially for the platform you want too build your game on ) then click 'Done'. Creating Unity Project So you've installed...

How To Make A Game

Image
 H i so you're here. Hmm... what does that mean? Oh yea lemme guess you probably want to learn game development. So you've decided to make a game so be determined don't ever give up. Well, game development is a never ending learning journey. Lemme warn you that it won't be easy if you are scared then leave now. Ok, you're still there that means that you wanna learn. So, let's start with the basics. What is a video game? Well, it's simple everybody knows it lol.  Video games  are electronic  games  played on a  video  screen (normally a television, a built-in screen when played on a handheld machine, or a computer). So what are types of video games? Just 2 and they are 2D and 3D. What are ways the of creating games? Well first way is boring lame hard and give bad games and that is coding your game without using any tool's help it's not always bad especially if you're a professional and have a experienced team but for starters it is a nightmare. Ne...