First Person Movement in Unity
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. ...