Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey! The game looks good, and controls are smooth, nicely done! But I got stuck for some reason - I believe I got the key, but the door didn't open (I tried to press E near it but nothing happened). So I ended up locked on the level with trees only (but I enjoyed chopping them all down xd). Is there some trick for how to open the door?

hey, thanks for checking out the game! With the tree resource room, one of the spawned trees will always contain a key. Could you have missed a tree? I'll look into this more though, thanks for letting me know

(+1)

Yes, my key dropped from the chopped tree, I believe I got it and went to the door, but couldn't interact with it

(+1)

I believe I figured out the issue. The player collision box is slightly too large so you technically clip into the door when too close to it, so your raycast is pointing at 'nothing'.

In an upcoming fix, I will revise player collisions and add text UI helpers to let the player know when they're able to press E to interact with doors, resources, etc.