- Home /
How to set unity for finding the c# dll?
Now I have built a c# library called ClassLibrary.dll and want use its function in my unity's c# code. As we known,in order to achieve the goal, we can add path and reference in the IDE vs2005. I am puzzled how can I do that in the unity?
Thanks for your help.
Comment
Best Answer
Answer by jashan · Dec 01, 2009 at 03:02 PM
You can simply include the DLL in your Assets/ folder. Unity will automatically pick it up.