nunuStudio
nunuStudio copied to clipboard
Startup Question
Thank you for your efforts and hard work creating this great software.
I have problem using the master branch. For v0.9.6 , I can start & debug with "index.html" using Visual Studio Code. For master branch, which file I can start & debug?
One more question. I want to start develop add-ons for nunuStudio (support WebXR). Which stable version I should use? Do you mind to create a new version Tag (support WebXR)?
Thank you Best
Hello
For the master branch, you will need to install node.js and run "npm install" and then "npm run start".
Currently there is not easy solution for addon development for nunuStudio. But it does support WebXR for VR and AR already out of the box. (Please check docs).
Thanks a lot!
I know why I cannot install and run before. After I step down from node v16.10.0 -> v14.17.0 , it can install and start now.
p.s. Just a minor error. It keeps saying cannot find "js.blend.js". I remove Ln 48 in Loaders.js. It runs perfectly.
Thank you.
Thanks a lot. I will add the nodejs version to the docs.
I have never tested node 16 since 14 is the current LTS thats what i have been using.
@tentone did you ever do that?