Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: mightee on August 01, 2014, 05:32:03 AM

Title: HUD Text gives error
Post by: mightee 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 ?
Title: Re: HUD Text gives error
Post by: ArenMook on August 01, 2014, 09:07:17 PM
Means you have two scripts called "Rotate". Delete one of them.