Hello,
I just bought the NGUI: HUD Text but I can't use it because I receive the following errors :
Assets/HUD Text/Scripts/HUDText.cs(42,16): error CS0246: The type or namespace name `UIFont' could not be found. Are you missing a using directive or an assembly reference?
Assets/HUD Text/Scripts/HUDText.cs(48,16): error CS0246: The type or namespace name `UILabel' could not be found. Are you missing a using directive or an assembly reference?
Assets/HUD Text/Scripts/HUDText.cs(22,24): error CS0246: The type or namespace name `UILabel' could not be found. Are you missing a using directive or an assembly reference?
I did no change to any script or anything.
Please help/