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

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Copy component values (values that are different from defaults) to clipboard is not working correctly for `geometry` and `gltf-model`, I get just `geometry=""`, `gltf-model=""`. For `material` component, I get all...

The save endpoint is currently hardcoded and not configurable, so it only works when used with `aframe-watcher` running on the default port. In my case, I was looking to implement...

Mainly maintenance update just to keep things up to date, while I'm doing this in all my other projects. Please not that some build dependencies update require now node 18.x...

The h shortcut to show the shortcuts modal is not known by many. Although this is specified in the documentation here https://aframe.io/docs/master/introduction/visual-inspector-and-dev-tools.html#shortcuts not a lot of persons read the full...

We also use ctrl key on Ubuntu, not just Windows ;) Those are the shortcuts to cut, copy, paste an entity and focus the search input.

In updateEntity function used on the onChange callback for all widgets, properly remove prop for multi-prop component when value is null or undefined, the previous code didn't do anything. Currently...

When clicking an entity that have a position with 5 decimals, it opens the right panel, triggering props.onChange on the NumberWidget react component for position x y z, thus truncating...

Remove unused onChange and showHelp props given to PropertyRow and fix updateEntity documentation.

Remove blue on hover on the icon in entity representation in right panel Add blue hover on toolbarActions icons (plus, play, save) Fix button css rules for modal to properly...