Skip to content
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

Material component properties edited in the inspector are not updated in corresponding HTML file #15

Open
TimLafosse opened this issue Jan 13, 2021 · 0 comments

Comments

@TimLafosse
Copy link

TimLafosse commented Jan 13, 2021

My intention is to change, for example
<a-entity id="updateMe" position="-0.98 2.71 -3.61" rotation="0 25 0" geometry="" material="color: red"></a-entity>
to instead have a blue color by editing the value in the visual inspector, resulting in
<a-entity id="updateMe" position="-0.98 2.71 -3.61" rotation="0 25 0" geometry="" material="color: blue"></a-entity>.

However saving this change to my HTML file via aframe-watcher appears not to work. For what it is worth, live changes with aframe-watcher to position/rotation appear to work.

I am using src="https://aframe.io/releases/1.1.0/aframe.min.js" in my script element

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant