Player Controls


The first script added was movement and it was assigned to the player game object. Movement contained script which allows player to move in north, south, east and west directions especially to jump. A crouch script is another script implemented which will allow players to crouch by pressing the C key. The third script is the player rotation but it was assigned on the player rotation game object due to the fact that cameras are featured as child game objects. Once the script was inserted the player can move in different angles and will be important as they can rotate to shoot enemies.

Get Last Survivor