- Home /
 
 
               Question by 
               BobbleHead · Jul 01, 2015 at 08:17 AM · 
                ui4.6  
              
 
              Showing text on top of a Slider, but not blocking Handler?
In Unity UI 4.6 Can I position text over the top of a slider and disable the text bounds that are blocking the user being able to interact with the Handle?
               Comment
              
 
               
               
               Best Answer 
              
 
              Answer by fafase · Jul 01, 2015 at 08:26 AM
if you make the text a child of the slider, it will render on top of it but won't stop the detection.
I was under the impression that being a child it would still block input, but it does not (even a child after Handle) so this fixed it!
Your answer