Using ASP.NET Core with Node.js (NodeServices) in Unity Engine C# Script,sdf
I tried to use " Microsoft.AspNetCore.NodeServices" within a Unity Engine C# Script. The error message tells me that the assembly reference might be missing. But I was not able to find this reference and add it to Unity.
How can this be accomplished?
All I want is to use Node.js in Unity to run JavaScript Frameworks like d3.js in a Unity Game. ,sdf
Comment