getnamo / NodeJs-Unreal

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

Using ReactJs with plugin #48

Open roperes98 opened 1 year ago

roperes98 commented 1 year ago

Hi, I'm trying to create a ReactJs application inside my game for a better way of developing interfaces in Unreal, since your plugin handles node_modules/javascript/npm I believe it can handle it. But I'm having a problem with the script file since it is actually a folder (and I have to run "npm run dev" to start the server) to start the application. Is it possible nowadays or will be in the future?

getnamo commented 1 year ago

For this use case I recommend using https://github.com/ncsoft/Unreal.js. There are some react-umg examples using that https://github.com/ncsoft/React-UMG.