Skip to main content

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

reposting here from main page; inputs seem to be dropping on the PC version of the game. i am using a 144Hz monitor and all inputs are showing on the input display, but both keyboard and mouse inputs on all menus and ingame are being dropped a little more than half the time. this essentially makes the game unplayable.


This problem ONLY displays itself on 144hz; switching to 60hz on my monitor removes this issue entirely. I would guess that the input thread is running at a fixed 60 FPS and looking for onkeydown events that might have already been consumed on a previous frame.

Oh nice ! Ok so I have to get a 144hz monitor and try it myself !

The main issue is that I never set the input thread to only register at 60hz, and I'm afraid I'm running into a Unity issue here...

mmmm, i hope the issue is fixable! surely unity has a fix for it right