tjanczuk / edge

Run .NET and Node.js code in-process on Windows, MacOS, and Linux
http://tjanczuk.github.io/edge
Other
5.42k stars 640 forks source link

install option other than via nuget (edgejs with unity) #703

Closed grzesiekmq closed 1 year ago

grzesiekmq commented 4 years ago

What is the other install option instead of nuget package. I want to use .dll file assume EdgeJs.dll into Unity in Assets/plugins so due to this I can make it work with typing using EdgeJs; Because unity not supports nuget I want other install option

ttay24 commented 3 years ago

You can try using NuGet package manager for Unity to pull this in: https://github.com/GlitchEnzo/NuGetForUnity