Author Topic: HUD Text gives error  (Read 2127 times)

mightee

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 3
    • View Profile
HUD Text gives error
« on: August 01, 2014, 05:32:03 AM »
hi there,

i just bought HUD Text but it gives the following error:

Assets/HUD Text/Examples/Scripts/Rotate.cs(3,14): error CS0101: The namespace `global::' already contains a definition for `Rotate'

NGUI v 3.6.8
HUD Text v1.12

NGUI is already imported in the project before HUD Text. any ideas ?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: HUD Text gives error
« Reply #1 on: August 01, 2014, 09:07:17 PM »
Means you have two scripts called "Rotate". Delete one of them.