- Home /
How to use a C# framework/library with Unity
Hello!
I just found this amazing C# framework (NCalc), which is designed to be use with Visual Studio.
This is what the downloaded folder look like:
How can I use this in a Unity project - being able to call it's function from a script create in Unity?
Thanks alot!
Answer by Jessespike · Nov 15, 2015 at 11:41 AM
In your Unity project, create a "Plugins" folder and drop the NCalc.dll in it.
Then in a script, you can access the NCalc namespace.
Your answer
Follow this Question
Related Questions
Accessing other scripts in C# with Visual Studio. 1 Answer
Unable to step. Operation is not supported 0 Answers
Why don't I get highlighted words and do not get tips/any help? / Visual Studio problem / C# 1 Answer
csc.exe has stopped working ,csc.exe has stoped working 0 Answers
Impossible to use Visual Studio 2015 Debugger anymore (Unity 5.2.1f) 2 Answers