unity3d - AirConsole Unity plugin gives compiler error - 'DataContractAttribute' could not be found -
i'm trying compile airconsole project in monodevelop can debug it.
it gives compiler error included 'newtonsoft.json' library:
the type or namespace name `datamemberattribute' not found. missing assembly reference? (cs0246) (assembly-csharp) the project builds fine running unity; error happens when try hit "run" in monodevelop, enable debugger.
is there easy way fix error?
per comment above: monodevelop, find references folder in root folder of solution, right-click it, , choose edit.
in window comes up, search system.runtime.serialization , add references. let build , debug unity project.
Comments
Post a Comment