- Home /
using node.js in a unity compiled .apk .exe ios app?
Is this possible?
how can the unity game installer be configured to include node,js with the unity run time so that it is installed with the compiled unity game? node.js appears to be somehow integrated into the unity editor project manager - so is there a way to edit and include node.js during edit as well?
Answer by BryanO · May 13, 2021 at 07:35 PM
I found this https://www.nuget.org/packages/EdgeJs
and this https://github.com/agracio/edge-js
Which allows concurrent .net and .js
which may work with this: https://github.com/GlitchEnzo/NuGetForUnity
which is a package manager "nuget" but that lives inside the editor
Havn't gotten a chance yet to test this
This isnt an answer to my questions about existing node.js functionality embedded in the editor
It was May and zero responses... the NuGetForUnity loads packages but unless there's an environment for the packages to run in they are just data.
Any ideas about how to concurrently run node.js and unity and have this installed with the unity installer?
Your answer
Follow this Question
Related Questions
Distribute terrain in zones 3 Answers
Unity build freezing after same number of Debug.Logs 0 Answers
Unity Build freezes after same amount of Debug.Log entries 0 Answers
How to add files in Unity Cloud that are not part of the Git repository? 0 Answers
Unity 2017.1.1 gradle build error - unknown class: com/google/vr/ndk/base/DaydreamApi 0 Answers