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?
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?
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
Does your project compile successfully to standalone? What the heck is QuickGraph and what is the context for your System.Drawing call?
– Julien-LyngeFound it, I have to change the z coordinates to be rendered.
– YODAFAB