You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure what this issue is about. If it's storing the scene in localStorage (or indexedDB) like https://threejs.org/editor/ is doing, you close the tab and open again the editor and you still have your scene, and you can select New to reset, then that's not implemented in aframe-inspector.
The only thing that's implemented in aframe-inspector is using aframe-watcher to save only changes of existing entities as far as I know.
Doing any new feature related to saving or export is out of scope of aframe-inspector. We could implement those in aframe-editor, currently not much new in the repo though.
Save the state of the editor in localStorage
The text was updated successfully, but these errors were encountered: