Web player compile error(cant load plugin)

ArgumentException: The Assembly System.Drawing is referenced by QuickGraph. But the dll is not allowed to be included or could not be found.

What can i do to fix?

Does your project compile successfully to standalone? What the heck is QuickGraph and what is the context for your System.Drawing call?

Found it, I have to change the z coordinates to be rendered.

2 Answers

2

System.Drawing is not supported by mono. See http://unity3d.com/support/documentation/ScriptReference/MonoCompatibility.html for a list of .NET APIs supported by Unity.

Thanks, I copied System.Drawing.dll to plugins folder and project compiled. But when I run ap, its shutdown. In standalone ok.,Thanks, copied System.Drawing.dll to plugins folder< and project compiled