I'm using the system scroll to smooth scroll as the player moves. The horizontal movement of the camera is flawless.
The problem is when the player jumps the camera jumps with it which is a bit jarring. I can't disable the scrolly because the platforms are laid in various levels across the Y axis and the camera should follow the player when the Y position changes significantly.
I've seen a few games where the camera doesn't move vertically when the player jumps but follows as the player moves up and down the y-axis.
Is there any way to do both smooth scrolling and limiting the camera's Y movement when the player jumps but letting it move as the player moves up and down.
I hope I'm making this clear.