Author Topic: Getting a couple of script errors  (Read 1547 times)

sicga123

  • Guest
Getting a couple of script errors
« on: December 09, 2012, 01:45:54 AM »
Hi

I'm using Unity 4 and have loaded in NGUI, Tasharen water and the HUD Text. I get the following couple of errors.

Assets/NGUI/Scripts/Editor/BMFontReader.cs(47,34): error CS0433: The imported type `BMFont' is defined multiple times

Assets/NGUI/Scripts/Editor/NGUISettings.cs(20,16): error CS0433: The imported type `UIWidget' is defined multiple times

I've also got Inspector Plus with the NGUI add-on and Playmaker and uScript. Not really a C sharp coder, normally I'd just look for duplicates of the scripts, can't seem to find any. Any idea what this could be and how I remove it?

Thanks

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Getting a couple of script errors
« Reply #1 on: December 09, 2012, 11:14:09 AM »
HUDText comes with a free version of NGUI. Don't import its NGUI folder if you already have NGUI.

sicga123

  • Guest
Re: Getting a couple of script errors
« Reply #2 on: December 10, 2012, 12:58:03 AM »
Thanks, that solved it.