Hi,
I’m using a camera lookat type of script to have a camera that rotate around a target and on the side of my screen I’ve got two large sliders (GUI.verticalSlider), I need to know when the user is currently dragging the slider.
I tried to use a detection on mouseOver mouseOut to block the camera (with a bool switch), but if the user start dragging the slider and move the mouse out of the GUI.slider while dragging the OnOff switch of the camera is switched back on.
Thanks for any help or advices