System.Drawing still not working

I know that some of you were asking for this problem.

I will do some stuff with Aforge and EmGuCV but the problem is that I can not include this namespace (System.Drawing). I also tried to copy the System.Drawing.dll (Mono 4.0) to the ‘\Library’ of my Project but Unity is still giving me the error “The type or namespace name Drawing' does not exist in the namespace System’. Are you missing an assembly reference?”

What can I do? Please do not ask “Why do you need it?” or “Unity is for DirectX”. Is there a workaround? I am a free user.

Did you have a look at this first hit in Google?

I have seen this… that is why I copied the System.Drawing.dll (Mono 4.0) to the project directory into the “\Library”-Folder. My Assembly-Project is also selected to ‘Mono/Net. 4.0’. It is not possible for me to change to “Mono/Net. 2.0”… otherwise the Occulus Asset is not working anymore.

  • The Api Compatibility Level must be set to .NET 2.0!! The option “.NET 2.0 Subset” doesn’t work.

This means it does not work in the webplayer any suggestion for this?

Does not seem to be possible :frowning:

Hey, did you find a solution to this?