Skip to main content

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

We'll look into how UE behaves on low framerates input-wise, but what we do is that on each keypress event (which I'm not sure if it can happen between visual frames, or not) we do a move and then animate it each frame. So essentially we do not queue input at all, we instantly apply it, but smoothly animate camera/character after.