Dears,
I'd purchased HUDText just now. There's coming three error messages as below when I import the HUDTEXT package and NGUI package.
==========================================================================================
Assets/HUD Text/Scripts/HUDText.cs(181,26): error CS1061: Type `UILabel' does not contain a definition for `applyGradient' and no extension method `applyGradient' of type `UILabel' could be found (are you missing a using directive or an assembly reference?)
Assets/HUD Text/Scripts/HUDText.cs(182,26): error CS1061: Type `UILabel' does not contain a definition for `gradientTop' and no extension method `gradientTop' of type `UILabel' could be found (are you missing a using directive or an assembly reference?)
Assets/HUD Text/Scripts/HUDText.cs(183,26): error CS1061: Type `UILabel' does not contain a definition for `gradientBottom' and no extension method `gradientBottom' of type `UILabel' could be found (are you missing a using directive or an assembly reference?)
Anybody has the painful situation before? Thanks in advance.