Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+2)

Great game I enjoyed playing it! I managed to do all endings in my video (I assume it's total of 3 with the 'bad manners' one). One thing I disliked was the random jumping of the mouse camera; it creates a strange sensation as if the mouse is occasionally lagging, like in a multiplayer game; I'm not sure what causes it.

Other than that, loved it. Keep it up! ❤️

(+1)

So sorry for the mouse issue, I saw it in few other videos and sometimes in my own playthroughs and to be honest, I have no idea what causes it either, but will try to locate it, thanks and wish you all the best!

(+1)

All good! At the top of my head I would say there's another player camera trying to control the mouse position at the same time as your main one, which creates a conflict, both probably being in an Update state.

Try to stripe down anything that might use your camera, maybe even the cutscene animations since they are positioning your camera in a certain way; start from scratch by using a simple mouse camera movement from Unity then try adding back bits and pieces of your current camera scripts and see if there's a line of code that might trigger this issue. That's all I can think of for now; wish I could help more!

Wishing you the best of luck! 🤗