I’m trying to use protobuf-net but am getting the following error when I try to import it in a Boo script:
BCE0021: Namespace ‘ProtoBuf’ not found, maybe you forgot to add an assembly reference?
I have the assembly in the Plugins folder, and Unity doesn’t complain if I use it from a C# script. Is there something special I need to do?