How to disable/enable UI panel?
Does any know any way to disable and enable an UI panel? I tried to do that by simply using SetActive(true/false) (with the panel as a game object) on Start() but the panel didn't disappear. I'm developing in VR platform.
Answer by Terko · Aug 23, 2017 at 07:28 PM
You can attach the Canvas Group component in combination with disabling/enabling gameobjects in order to achieve panel switching. Before the panels get opened/closed you can use Animator Controller to animate it.
There is an asset called Woo Panels. It is a professional panel manager. It does all of those things and even more! Check it out! Here is the forum thread.
Your answer

Follow this Question
Related Questions
Closing last used window (gameobject) by esc 1 Answer
Check if gameobject set to active regardless of its parents settings? 0 Answers
canvas child of another canvas issue 0 Answers
GameObject SetActive not reactivating 5 Answers
How to get all GameObjects in a Scene, including inactive GameObjects? 0 Answers