- Home /
Question by
encryptedfeelings · Jan 12, 2017 at 05:34 PM ·
uishaderdropdown
Dropdown disable blocker
Dropdown script creates blocker element automatically to prevent not clicking dropdown options. I don't want the blocker, are there any built-in option to disable it?
stiust6.png
(3.9 kB)
Comment
I mean the "Blocker" game object. http://i.imgur.com/bPBzpFO.gif
Answer by $$anonymous$$ · Jan 31, 2018 at 12:14 PM
Hi. I don't know the built in potion, but I fix the same problem by this scripts. My unity version is 5.6.4f.
UnityEngine.UI.Dropdown.DestroyObject(GameObject.Find("Blocker"));