Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+1)

I didn't find the solution of this bug  idk why it's happening and try to reinstall the game I thInk it's from the engine cause I use an old version because my low end pc doesn't support the newest version 

(+1)

I stumbled upon the same bug, and I don't think it has to do with the version of the engine that you are using. I think it has to do with the way you calculate the speed of the camera moving up. As it is now, you are making the camera move a certain amount each frame, and the issue arises when you send the game to a different person and their system supports the game in a higher frame rate. So, if they play with double the fps, the camera will move twice as much in the same amount of time. To fix this, you will need to multiply the speed of your camera by your delta time. Delta time is the time that has elapsed since the last frame. This way, you will have consistent results regardless of the software.

(1 edit)

I used another way know but it seems like a little bit laggy for 0.1 second but it's doesn't ruin the gameplay that's been that I fixed it