getnamo / NodeJs-Unreal

Embed node.js as an Unreal Engine plugin.
MIT License
239 stars 34 forks source link

Packaged game don't start Node.JS server #47

Open Ordrinn11 opened 1 year ago

Ordrinn11 commented 1 year ago

Hi everyone,

My server is working perfectly on editor but did not start on a packaged game. The script folder is copied on package (cf Readme) I have not much information but i can see that the node process do not start on game launch.

Package config : Windows / Developpment No error during packagin process

Thanks for your work !

getnamo commented 1 year ago

Might need to see some logs to see what it spits out when it starts. Make sure your scripts are placed as expected in https://github.com/getnamo/NodeJs-Unreal#packaging

Ordrinn11 commented 1 year ago

Of course, this is the logs for the package : logspackagenode.txt