Author Topic: NGUI doesn't work with unity5  (Read 4768 times)

mattli

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 2
    • View Profile
NGUI doesn't work with unity5
« on: December 23, 2015, 06:56:09 AM »
Hi,

I've just bought the NGUI 3.9.6b and try to import to unity 5.2.3f1,
after creating a clean project and importing NGUI, there are two error shown and the NGUI menu doesn't shown in tool bar. :'(

Following are the errors.

Quote
Assets/NGUI/Scripts/Internal/NGUITools.cs(1493,35): error CS1061: Type `UnityEngine.TextEditor' does not contain a definition for `text' and no extension method `text' of type `UnityEngine.TextEditor' could be found (are you missing a using directive or an assembly reference?)

Quote
Assets/NGUI/Scripts/Internal/NGUITools.cs(1502,28): error CS1061: Type `UnityEngine.TextEditor' does not contain a definition for `text' and no extension method `text' of type `UnityEngine.TextEditor' could be found (are you missing a using directive or an assembly reference?)

how to fix it?
Thanks...


ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: NGUI doesn't work with unity5
« Reply #1 on: December 23, 2015, 09:37:17 AM »
NGUI was uploaded for the latest version of Unity (5.3). I'll reupload it to support 5.2.

mattli

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 2
    • View Profile
Re: NGUI doesn't work with unity5
« Reply #2 on: December 23, 2015, 11:02:10 AM »
NGUI was uploaded for the latest version of Unity (5.3). I'll reupload it to support 5.2.

Thanks for your reply, i've just upgraded the unity to 5.3.1f1 and everything works fine... ;D ;)