aframevr / aframe-inspector

:mag: Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
https://aframe.io/aframe-inspector/examples/
MIT License
654 stars 201 forks source link

suggestion: remove texture dialog #676

Open kfarr opened 1 year ago

kfarr commented 1 year ago

Texture modal dialog is the cause of many issues on github: https://github.com/aframevr/aframe-inspector/issues/429 https://github.com/aframevr/aframe-inspector/issues/471 https://github.com/aframevr/aframe-inspector/issues/494 https://github.com/aframevr/aframe-inspector/issues/508 https://github.com/aframevr/aframe-inspector/issues/621

it also appears to re-download textures when i look at network activity, effectively doubling download bytes.

Would it make sense to remove this feature?

vincentfretin commented 1 year ago

If the direction that @dmarcos want this repo to take is to stay an inspector and not add any new features to be more an editor, it would make sense to drop this feature indeed, and also remove the aframe-watcher button #679 We can implement a better editor in a fork, I started one in https://github.com/c-frame/aframe-editor to add drag an drop, but no specific roadmap for now.