Hi I’m running into some errors getting the scene to run consistently on localhost. I just used the example sandbox scene, after I run generate scene instead of a terminal window opening I get a -50 This application can’t be opened and on localhost:3000 nothing loads it’s just all black. Inside the inspect console I get 504 error and a 404, not sure what’s going wrong in the npm installation phase. I tried opening and running it on the vs workspace instead and while it does initiate the loading glb screen I end up with a missing camera error instead.
Currently running on M1 mac, unity install 2021.3.15f1, node version v16.18.1
Can you check if the files that is says are missing are really missing? Maybe the folders are empty in which case you can try to delete the node_modules folder manually and run install again