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:
Downloaded Folder

How can I use this in a Unity project - being able to call it’s function from a script create in Unity?

Thanks alot!

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.