aframe-inspector icon indicating copy to clipboard operation
aframe-inspector copied to clipboard

:mag: Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.

Results 99 aframe-inspector issues
Sort by recently updated
recently updated
newest added

The documented shortcut of Ctrl+Alt+I (which could be interpreted as Ctrl+Option+I or Cmd+Option+I) does not work on MacOS, tested on Firefox and Chrome. I thought that the inspector was simply...

Fixes issue #595 See also issue aframevr/aframe#4089 On US international keyboards Ctrl + Alt are combined into AltGraph. When this happens Ctrl and Alt are registered as unpressed, breaking the...

It would be nice if we could visualize the animation from an animation component in the inspector. There should be a play button on it, like the "resume scene" button,...

I'm on windows 8.1. I try to save the changes using the aframe-watcher, I say yes, but nothing changes on the html.

Is it known that the inspector is not longer opening using the keyboard shortcut on Windows machines? I'm running Firefox 71.0... I'm sure it's not just my computer as I...

Hello chaps, I am just researching into an idea for a project I am working on. Is it possible to attach a handler onto the save event? ```js AFRAME.INSPECTOR.on('save', function(event){...

Maybe it sounds like a crazy/stupid question. But is it possible to use the "inspector" without node.js? I mean using it just "in the browser" without the need of node.js...

A very common workflow in 3d packages is to frame the camera to a specific object(s). For example, in this blender scene: ![image](https://cloud.githubusercontent.com/assets/359872/17770120/5f0021d2-653c-11e6-8ffe-7aebea073809.png) If I press the shortcut for "View...

I'm quite new to this, but upon installing aframe inspector, NPM audit warns me about 979 vulnerabilities of which 372 are high and 4 even critical. Should I really continue...

Added Webpack 4 support with minimal changes for initial configuration. Before with old configuration can't build on Windows. Not build and minified build works.