threejs / three-devtools

three.js devtools

Home Page:https://chrome.google.com/webstore/detail/threejs-developer-tools/ebpnegggocnnhleeicgljbedjkganaek

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chrome endless loading

ManHunterGroms opened this issue · comments

Chrome: 100.0.4896.60

image

The reason this happens is because the extension doesn't support iframes yet.

@mrdoob sorry for this unfortunate example.
This problem is reproduced even during development (without iframe).

That's weird...

same problem on edge,
worked once, then once reloaded did work anymore and stuck on loading loop

Sorry, seems like this project is currently unmaintained.

I had same problem. In firefox this plugin still works.

a quick press of ctrl+R (reload page) 3 or more times may help.

I had this same issues. The dev tool never worked in my codebase and worked randomly in the threeJs examples.
After some tests I managed to find the issue in the code and create a PR to solve this problem.