Tools I used: Unity, Rider, Trello, Miro and Github
Description: The lost reel is a 3D horror game, where you are being hunted by an un-human like creature. Even though you are being hunted, you try to find and collect the lost film reel.
My contribution: I have worked on the player movement, camera controller, music system, sound effect system and menu contollers.
Game jam: [5th of August 2023 - 14th of August 2023]
Gameplay Video:
Player Movement & Camera Controller:
The "PlayerMovement" and "CameraController" go together, because during movement you can change your direction by moving the camera.
PlayerMovement.pdf
CameraController.pdf
Menu Controller:
Here I made a base "MenuController" that other scripts inherited from (example on the right), so that it is easier for scripts to switch scenes.
The Music contoller has a list in the inspector where you can add new audio clips to the list.
MusicSystem.pdf
The Sound effect controller has a list in the inspector where you can add new audio clips to the list. It also had specific functions for specific objects in the scene.