Project Info
This is my first game project since enrolling at Futuregames and also my first experience developing a game as part of a team. Together we created Yurei's Light.
Yurei's Light is a survival horror game about a young girl wielding a lantern to collect lost souls. However, she can only do so after igniting the flame within it. Once enough souls are gathered, she can finally release them and break the curse haunting the school.
Lantern Light Flicker
I implemented a flickering effect for the lantern when enemies were nearby. The system detects enemies tagged as "enemy" within a set distance from the player. When triggered a coroutine executes which repeatedly enables and disables the point light to simulate flickering. Once no enemies are detected the coroutine stops and the light stabilizes. This added to the tension and player awareness.
Proximity Light
I implemented a proximity based lighting system for the lantern. When approaching an object tagged as "flame," the point light gradually increases the intensity based on distance. This dynamically adjusts in real time to help guide the player towards the flame.
Sound Implementations
I integrated all sound effects created by the artists into the level ensuring they were appropriately placed. Using 3D audio I programmed sounds to dynamically respond to player positioning enhancing immersion. Key audio cues such as the crackling of the flame guiding the player towards it and enemy cries signaling danger improved navigation and atmosphere.
Cinemachine Virtual Camera
I implemented a Cinemachine Virtual Camera to achieve the diagonal camera view requested by the designers. By configuring camera angles, field of view, and movement damping, I ensured the perspective aligned precisely with their vision. This setup provided a smooth and dynamic view that maintained consistency across gameplay.