Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Tester1234 on December 27, 2016, 05:06:40 AM

Title: Updated NGUI, cannot click buttons anymore ?
Post by: Tester1234 on December 27, 2016, 05:06:40 AM
I have updated latest NGUI version from asset store, I cannot click any button anymore ( it was working fine, using Unity 5.3.2p4 ), However if I add new button to scene, it creates another UIRoot and adds button there, and that buttons work, but my old buttons in my old UIRoot does not work ?

Any idea ?
Thanks
Title: Re: Updated NGUI, cannot click buttons anymore ?
Post by: ArenMook on December 31, 2016, 07:34:35 AM
Check your UICamera's event style. It should be 3D UI, not 3D world.
Title: Re: Updated NGUI, cannot click buttons anymore ?
Post by: Tester1234 on December 31, 2016, 11:32:53 AM
Problem solved, thanks.