The background music is spot on!!
One fairly major bug (but simple to fix!) I found was there is no gravity on the player object and somewhere along the line, I must've stepped up on a box then a table then a pot plant then the walls and never came back down. The player needs gravity or the character controller needs it's step height brought down to zero.
Viewing post in Agent 404: Evidence not Found jam comments
Thanks for pointing that out. Yeah, I forgot to add gravity to the character so as the initial way of preventing it to climb the boxes is i increased the collider but it looks like I still missed something. Thanks also for pointing out the step height as I am looking for the component to conttrol preventing the player to climb up or down. :) Gonna fix it on my local version. Thank you for that ! :)