Author Topic: [solved]Hud Text installation error  (Read 3917 times)

xstahef

  • Guest
[solved]Hud Text installation error
« on: August 13, 2012, 08:25:14 AM »
Hello,
I've buyed at first Ngui and it workd perfectly. To complete my project, I do the same with Hud Text.
But when I import it, I have the 4 following compilation error :

-Assets/NGUI/Scripts/Tweening/TweenFOV.cs(24,33): error CS0115: `TweenFOV.OnUpdate(float, bool)' is marked as an override but no suitable method found to override

-Assets/NGUI/Scripts/UI/UIFilledSprite.cs(189,30): error CS0115: `UIFilledSprite.OnFill(BetterList<UnityEngine.Vector3>, BetterList<UnityEngine.Vector2>, BetterList<UnityEngine.Color>)' is marked as an override but no suitable method found to override

- Assets/NGUI/Scripts/UI/UISlicedSprite.cs(116,30): error CS0115: `UISlicedSprite.OnFill(BetterList<UnityEngine.Vector3>, BetterList<UnityEngine.Vector2>, BetterList<UnityEngine.Color>)' is marked as an override but no suitable method found to override

-Assets/NGUI/Scripts/UI/UITiledSprite.cs(47,30): error CS0115: `UITiledSprite.OnFill(BetterList<UnityEngine.Vector3>, BetterList<UnityEngine.Vector2>, BetterList<UnityEngine.Color>)' is marked as an override but no suitable method found to override

Could you please tell me where I'm wrong ?

Thanks for your help.
« Last Edit: August 16, 2012, 05:03:46 AM by xstahef »

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Hud Text installation error
« Reply #1 on: August 13, 2012, 09:05:55 AM »
Did you follow the upgrade instructions? You should import HUDText first, start a new scene, delete the NGUI folder, and then import the full version of NGUI.

xstahef

  • Guest
Re: Hud Text installation error
« Reply #2 on: August 13, 2012, 09:45:49 AM »
Thanks for your reply.
I'm following the instructions, it resolve first errors but add news :

- Assets/HUD Text/NGUI/Scripts/Editor/UIWidgetInspector.cs(16,19): error CS0433: The imported type `UIWidget' is defined multiple times
- Assets/NGUI/Scripts/Editor/BMFontReader.cs(47,34): error CS0433: The imported type `BMFont' is defined multiple times

Is it another way to install the asset ?

xstahef

  • Guest
Re: Hud Text installation error
« Reply #3 on: August 13, 2012, 10:00:24 AM »
It works !
I download again packages and follow your instructions.

Thanks for your time.