jeromeetienne/threejs-inspector

"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

An idea of what could be going wrong? Here is a screenshot of the output.
image

I'm using the latest version of the inspector installed as an unpacked extension from the github

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

I think the problem is, that the inspector attaches to the index html, before the scene is generated in you App.js.