Skip to main content

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

I'm so sorry it kept freezing for you, I genuinely have no clue why that happens and a handful of people also reported crashing, i would be hugely thankful if you try to give me more data so that I might get close to figuring it out, me and my team tried it on multiple browsers on windows 11 and it always worked fine, can you tell me the browser you were using and if you had any extensions that could've messed with it and your os version? Thank you so much for taking the time to try it and commenting tho!

(1 edit)

No worries! I'm on Windows 10 and was using Brave (a chrome variant). 

If I were to hazard a guess at what might have caused the bug, my first instinct would be that you're probably doing some kind of raycast/collision box check when the player hits the interact button to see if he's trying to interact with the door, and it's probably colliding with something else. As a result, I wouldn't be surprised if when you try to get a pointer/reference to the door object, you might end up trying to call a function that doesn't exist, or if you cast the collided object, you could be left with a null reference if it's not actually a door. I could be wrong of course, but that would be the first thing I checked if I were you.   :)