Question by
Wouter_Eskens · Apr 01, 2016 at 04:02 AM ·
coroutinedropdowndeactivate
How to deactivate a dropdown list when changing UI tabs
How can I deactivate my dropdown list when I'm changing between different UI tabs in Unity? The UI tabs are in the same scene.
When I go to a different window in the same scene the dropdown is still unfolded so I want to deactivate it.
I always get the error: "Coroutine couldn't be started because the the game object 'DropdownName' is inactive!" when I try execute the DropdownName.Hide function.
Comment
Your answer
Follow this Question
Related Questions
How to put value on dropdown search like normal dropdown 0 Answers
Hide/Disable a Dropdown 1 Answer
Object Pooling I can't figure out how to deactivate a object 0 Answers
Execute coroutine in Update() 8 Answers
yield ends method 0 Answers