-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New entities created in the inspector are not saved on Linux #8
Comments
okay i just had the same problem and resolved it.
if you don't have an id in the original .html file it won't save anything (but you can still copy-paste the HTML of course). |
I hope there is a button "Export" that shows the text of the scene in an text box. Then I can copy it to clipboard and paste to my html. Then I don't need to install the watcher and Node.js. |
You can do that already, select a-scene and click on the copy to clipboard button. |
@JohnShitMan Can you contact me on discord, my handle is also vincentfretin there. I just finished an inspector build with undo feature and copy a-scene HTML to clipboard button with lots of fixes to keep the properties order and avoid exporting injected components. I want a beta tester. ;) |
Beta testing finished. See my tweet https://x.com/vincentfretin/status/1861726540196708776 |
Hello,
I noticed that if I create a new entity in the inspector and try to save it with the aframe-watcher, the changes are not saved.
If I update an existing entity with the ID, it works correctly.
Here is the video:
https://ufile.io/48muzkg4
And here is a small file where I tested that:
https://ufile.io/tqrbj3fc
The text was updated successfully, but these errors were encountered: