Thanks for playing, I know exactly which part you are talking about, just need to make a box collider a tiny bit higher, but I'm glad you liked the environment, was a real challenge to get this done in 3 days but we enjoyed it :)
TheCatfish
Creator of
Recent community posts
Really fun game, I like the pancakes and how they chase you and the map is really nice too and when you first load in and its dark and you hear something coming for you it get a bit scary, then you realize that they are pancakes xD,
Also the problem you had with your mouse can be fixed easily, just make a script that runs at the start of each scene and put this in and it will disable the cursor and lock it to the center
Cursor.visible = false;
Cursor.lockState = CursorLockMode.Locked;
then when you want to show the cursor again you can use this
Cursor.visible = true;
Cursor.lockState = CursorLockMode.None;
But really great game and im looking forward to your future work :)
I was trying to work on a way to make certain object get highlighted by the wave going a different colour when they hit them but couldn't get it to work but the absolute darkness is part of the game as the Player is a blind man and can only see with the sonar and nothing else, im sorry to hear it caused motion sickness :(
Web-Based version here if game is unplayable https://thecatfish.itch.io/escape-house-web