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