"three.js inspector: no scene to inspect. Please export is as window.scene" error despite window.scene and scene existing as globals
Opened this issue · 2 comments
sgarcia-dev commented
n3ssi3 commented
I am having the same issue.
The inspector works with my dummy scene in the index.html,
but as soon as I replace the dummy scene with the one from my App.js the Inspector says there is no scene
https://gist.github.com/n3ssi3/2d297ba787e08765ee432c9c94051c07
schallinterferenz commented
I think the problem is, that the inspector attaches to the index html, before the scene is generated in you App.js.