Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: storm33229 on September 26, 2014, 11:48:09 PM
-
When I click a button to initiate a transition from one UI screen to the next, I want the user input to be completely disabled until the transition has completed. How do I completely disable all user input?
-
Generally, I put a UIWidget with a collider on top that stretches to the entire screen with the built in anchors, an just have it do nothing when touched.
-
Generally, I put a UIWidget with a collider on top that stretches to the entire screen with the built in anchors, an just have it do nothing when touched.
Wow that's brilliantly simple, and works perfectly! Thank you. I can't believe I didn't try this to start :-[