Demo Reel - Unreal Audio
In this Demo Reel I show how I implemented the sfx and Music for a game I participated in.
Everything was implemented using only Unreal.
I composed the music and created the sfx.
Music was implemented using a vertical approach, 1st layer is activated when the player opens the 1st door, 2nd layer is activated when the player collides with objects around the house.
Door implementation is divided in two, first section is for opening and it's activated when the player collides with the door. Second section is for closing and it's activated when the sequence for closing ends.
Footsteps implementation works recognizing physical surfaces and changing the sound accordingly, the game has 3 sounds for footsteps carpet, wood and concrete.
Gun implementation has 2 layers, one for the shot and one when the player actually hits one object.