Author Topic: How can I use EZGUI with NGUI at the same time?  (Read 2115 times)

leegod

  • Jr. Member
  • **
  • Thank You
  • -Given: 5
  • -Receive: 0
  • Posts: 90
    • View Profile
How can I use EZGUI with NGUI at the same time?
« on: March 03, 2015, 02:05:11 AM »
After import 2 packages, script error occurs. Seems 2 package both uses UIPanel, UIProgressBar, etc.

How can I revise and use both gui at the same time?

Thanks.

Nicki

  • Global Moderator
  • Hero Member
  • *****
  • Thank You
  • -Given: 33
  • -Receive: 141
  • Posts: 1,768
    • View Profile
Re: How can I use EZGUI with NGUI at the same time?
« Reply #1 on: March 03, 2015, 12:02:22 PM »
Put one of them in a namespace. They both should already be, but both were made before Unity allowed namespaces with monobehaviours.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: How can I use EZGUI with NGUI at the same time?
« Reply #2 on: March 03, 2015, 05:45:13 PM »
NGUI was never compatible with EZGUI.