umi
umi copied to clipboard
Call BringToFront for (edit) in SetVisible
Sometimes on unity's side when gameObject is disabled SetVisible(false) is called OnDisable, but when the gameObject is activated again and SetVisible(true) is called the text remains hidden. BringToFront has to be called for the (EditText) view.