Unity package wrapper for Ncalc
For more information about Ncalc, check out: https://github.com/sheetsync/NCalc
No copyright over the code itself is implied or taken. All I've done is wrapped the existing code so that you can link it from Unity's Package Manager
Open the manifest.json for your project and add the following entry to your list of dependencies
"com.pixelwizards.ncalc": "https://github.com/PixelWizards/com.pixelwizards.ncalc.git",
For example:
"dependencies": {
"com.newtonsoft.json": "https://github.com/PixelWizards/com.pixelwizards.ncalc.git",
"com.unity.ads": "2.0.8",
"com.unity.analytics": "3.2.2",
"com.unity.collab-proxy": "1.2.15",
...
}
}```
Check the docs page for how to use