I have a large slider within Unity that manipulates the current position of a animated model.
When I drag the slider around, because it reacts to the click and drag of right mouse click, it also moves the camera as well.
How do I stop this from happening, so when dragging UI elements it doesn't interfere with the camera?
Many thanks