Horror Game: A new Start

After completing the Parkour Game, I started a new project!

4/6/20241 min read

Yesterday, I have started the development phase of this new project. The project is planned throughly. It is time for development. I started the development with creating player object. It is going to be a first person view. Then, I have wrote player movement script. This script manages player movement by adding force to player's rigidbody. That meant I needed to add drag to make the game look more realistic. Also, I have added features like jumping, walking and crouching.