Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: Aneurysm on May 14, 2012, 08:07:00 AM
-
Undoubtedly I have done something retarded, but since updating to 2.05 I have an error message preventing me from compiling, the full error message is as below:
Assets/Plugins/NGUI/Internal/BMFont.cs(27,48): error CS0246: The type or namespace name `BMSymbol' could not be found. Are you missing a using directive or an assembly reference?
and I get four instances of it, at (27,48), (78,21), (168,16) and (190,16) respectively.
any ideas?
-
It's there in the package, in NGUI/Scripts/Internal folder.
-
Ahh, I just had to move it from NGUI/Scripts/Internal to Plugins/NGUI/Internal because I am using javascript :P
Thanks!