Author Topic: Error Message after 2.05 update "'BMSymbol' could not be found"  (Read 3534 times)

Aneurysm

  • Guest
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?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Error Message after 2.05 update "'BMSymbol' could not be found"
« Reply #1 on: May 14, 2012, 08:09:01 AM »
It's there in the package, in NGUI/Scripts/Internal folder.

Aneurysm

  • Guest
Re: Error Message after 2.05 update "'BMSymbol' could not be found"
« Reply #2 on: May 14, 2012, 08:39:36 AM »
Ahh, I just had to move it from NGUI/Scripts/Internal to Plugins/NGUI/Internal because I am using javascript :P


Thanks!