Author Topic: NGUI and Unity 3.5.5f3  (Read 7377 times)

stety2

  • Guest
NGUI and Unity 3.5.5f3
« on: September 25, 2012, 10:30:29 AM »
Working Ngui with Unity 3.5.5f3?

PhilipC

  • Guest
Re: NGUI and Unity 3.5.5f3
« Reply #1 on: September 25, 2012, 10:45:37 AM »
Are you asking it NGUI will work with Unity 3.5.5f3? If so then yes it should work fine.

stety2

  • Guest
Re: NGUI and Unity 3.5.5f3
« Reply #2 on: September 25, 2012, 10:51:41 AM »
Does not work on me 3.5.5f3
Specifically, do not show me NGUI scroll menu in the toolbar Unity.
I imported NGUI but nothing happened.
http://www.2i.cz/758ee3c91a
Please help.
« Last Edit: September 25, 2012, 10:54:05 AM by stety2 »

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: NGUI and Unity 3.5.5f3
« Reply #3 on: September 25, 2012, 11:54:58 AM »
If NGUI menu doesn't show up, check your console -- you have an error in your log. Fix the error, and the menu will show up.

stety2

  • Guest
Re: NGUI and Unity 3.5.5f3
« Reply #4 on: September 25, 2012, 01:34:56 PM »
No error console me reporting.

PhilipC

  • Guest
Re: NGUI and Unity 3.5.5f3
« Reply #5 on: September 25, 2012, 02:38:00 PM »
Hmm if you have no errors maybe NGUI didnt import properly. Do you have any scripts in the NGUI/Editor folder? If not that would cause the issue.

stety2

  • Guest
Re: NGUI and Unity 3.5.5f3
« Reply #6 on: September 26, 2012, 06:47:30 AM »

Nicki

  • Global Moderator
  • Hero Member
  • *****
  • Thank You
  • -Given: 33
  • -Receive: 141
  • Posts: 1,768
    • View Profile
Re: NGUI and Unity 3.5.5f3
« Reply #7 on: September 26, 2012, 07:28:17 AM »
DLLs means free version.

Paid version works fine, this must be a bug in the free one then.

PhilipC

  • Guest
Re: NGUI and Unity 3.5.5f3
« Reply #8 on: September 26, 2012, 08:18:13 AM »
Hmm the free version should still have that menu. Try right clicking on the the NGUI folder and say reimport then check for errors. It really seems like Unity is not compiling NGUI.

stety2

  • Guest
Re: NGUI and Unity 3.5.5f3
« Reply #9 on: September 26, 2012, 08:49:00 AM »
No error in console.

PhilipC

  • Guest
Re: NGUI and Unity 3.5.5f3
« Reply #10 on: September 26, 2012, 08:59:41 AM »
Can you take a screen shot of the NGUI/scripts/Editor folder? You should have things like "UIAtlasMaker" and "UIFontMaker"

stety2

  • Guest
Re: NGUI and Unity 3.5.5f3
« Reply #11 on: September 26, 2012, 09:26:22 AM »

PhilipC

  • Guest
Re: NGUI and Unity 3.5.5f3
« Reply #12 on: September 26, 2012, 09:32:05 AM »
Right so as you see you dont have the "UIAtlasMaker" or "UIFontMaker" which means that some part of NGUI did not import correctly. Try reimporting NGUI from the unity package.

stety2

  • Guest
Re: NGUI and Unity 3.5.5f3
« Reply #13 on: September 26, 2012, 09:49:41 AM »
Free version works.
But the distribution version does not work.

PhilipC

  • Guest
Re: NGUI and Unity 3.5.5f3
« Reply #14 on: September 26, 2012, 09:56:08 AM »
right because the distribution version has stripped all of the editor files/ examples as its for final release of an project that is heading for the asset store. No modification are suppose to be done at that point.