Author Topic: After I updated to 3.0.3 Ngui  (Read 5522 times)

nilton_felicio

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 14
    • View Profile
After I updated to 3.0.3 Ngui
« on: October 25, 2013, 09:13:23 PM »
After I updated to 3.0.3 Ngui am getting the following errors in text Ngui HUD 1.7, I'm using Unity 3D 4.2.2




Poderia corrigir isso por favor?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: After I updated to 3.0.3 Ngui
« Reply #1 on: October 26, 2013, 07:50:26 PM »
HUDText 1.8 fixes this, but you can also fix it locally by changing 'font' to 'bitmapFont', and 'size' to 'defaultSize'.

nilton_felicio

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 14
    • View Profile
Re: After I updated to 3.0.3 Ngui
« Reply #2 on: October 26, 2013, 08:27:14 PM »
Tanks

ltcastro

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 4
    • View Profile
Re: After I updated to 3.0.3 Ngui
« Reply #3 on: October 28, 2013, 08:58:45 PM »
I just received the following message and hope a recommendation can be made to fix it.

ssets/NGUI/Scripts/UI/UIInputSaved.cs(17,32): error CS0506: `UIInputSaved.text': cannot override inherited member `UIInput.text' because it is not marked virtual, abstract or override

Thanks

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: After I updated to 3.0.3 Ngui
« Reply #4 on: October 28, 2013, 11:31:34 PM »
You need to follow upgrade instructions from the readme that involve deleting the NGUI folder prior to importing the update.

There is no UIInputSaved anymore. Just UIInput.