Hi,
I have a scene with a 2DUI and the UICamera script attached to my main camera to handle the interaction in my game. I want to use OnSelect to select objects in 3D space and manipulate them with sliders. The problem is that when I use select an object in the space and then click on the slider, the object gets deselected.
What's the best way to go about fixing this?