Input.mouseScrollDelta.y //Return 1 when up and -1 when down and 0 when the mouse scroll is not rotated
float z = zoom.ReadValue<float>(); if (z > 0) Debug.Log("Scroll UP"); else if (z < 0) Debug.Log("Scroll DOWN");