Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: storm33229 on September 26, 2014, 11:48:09 PM

Title: How do I completely disable all user input?
Post 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?
Title: Re: How do I completely disable all user input?
Post by: Nicki on September 27, 2014, 05:49:10 AM
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.
Title: Re: How do I completely disable all user input?
Post by: storm33229 on September 27, 2014, 11:12:27 AM
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   :-[