Author Topic: Updated NGUI, cannot click buttons anymore ?  (Read 8950 times)

Tester1234

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 10
    • View Profile
Updated NGUI, cannot click buttons anymore ?
« 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

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Updated NGUI, cannot click buttons anymore ?
« Reply #1 on: December 31, 2016, 07:34:35 AM »
Check your UICamera's event style. It should be 3D UI, not 3D world.

Tester1234

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 10
    • View Profile
Re: Updated NGUI, cannot click buttons anymore ?
« Reply #2 on: December 31, 2016, 11:32:53 AM »
Problem solved, thanks.