Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

the game is fun but make sure to put your player controller in void fixedupdate and not void update

because if you put it in update the player will move differently based on the fps of the game resulting  that in full screen I jumped lower then in windowed.

make sure to not make this mistake again

??? It should't I checked the code and it is in the fixed update

(2 edits)

wired it defiantly happened to me ill check again

edit: its happening, maybe you made this mistake fixed it and didn't upload the right build? I have no Idea what else would cause this...  

No, I made the code at the start, I have the Input code in update, but the physics stuff is in fixed update.