Question by
xiaoqiyazi · Apr 11, 2016 at 07:37 AM ·
uipopupdialog
why GUI.ModalWindow not working?
By "Component > UI > Button" create a button in a scene, then in OnGUI metho call GUI.ModalWindow show a dialog, the button still can receive input. When using GUI.Button(...) create a button, everything is fine. the dialog is modal.
Comment