So I am trying to place an NGUI slider under a panel in 3d space. It works for the most part, but if I disable the the collider on the background object, the slider gets crazy. It jumps from 0 to 1 when I click on it instead of letting me drag it smoothly. It seems I can do this in 2d space just fine, but when I make the slider a child of my 3d panel is when it starts snapping to full on the first click. I have been at this for hours now, has anyone else experienced this sort of thing?