I got two questions in regards to the new UI system in particular the sliders:
-
What is the slider equivalent of the text UI version of text.enabled = false?
-
I’ve created a slider (for a health bar) and I made the canvas a child to a gameobject and made it into world space. That way the slider follows the gameobject around. How do I freeze the Y-axis? so that when the gameobject rotates, the slider still faces towards the screen? I tried to adding a rigid body and even freezing everything it still moves and rotates.