Hi All,
I'm trying to reference three dll's into my project but for some reason Unity won't recognize them. When I run the game Unity will give me the error below.
***The type or namespace name 'Drawing' does not exist in the namespace 'System'. Are you missing an assembly reference?***
![alt text][1]
When I close and restart the project the reference dll's aren't associated in the script anymore.
![alt text][2]
I'm using Visual Studio 2013 as my IDE and Unity version 5.1.2f1. The three dll's I'm referencing are the:
**System.Drawing.dll,**
**NewtonSoft.Json.dll,**
and a **custom C# dll** that I compiled with some simple classes.
I've searched the forum high and low and have been unsuccessful at finding a solution to this. I've tried placing the dll's in the Unity application directory: **C:\Program Files\Unity\Editor**, as well as the project directory: **E:\Example_Files\Test_References_01\Library\UnityAssemblies**
Any help would be greatly appreciated. Thanks in advance!!
[1]: /storage/temp/53862-unity-error.jpg
[2]: /storage/temp/53863-vs-error.jpg
↧