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
655 stars 203 forks source link

Cloning a cloned entity clones the initial entity, not the new modified one #322

Closed Utopiah closed 7 years ago

Utopiah commented 8 years ago

I clone object1 I get object1cloned that I can then modify. When I try to clone object1cloned though I get a clone of object1 , not the modified object1cloned

caseyyee commented 8 years ago

Yes, I just ran into this issue.

clone

In this image, i'm cloning the blue cone. When I click the clone button, I get the original entity.

fernandojsg commented 8 years ago

@Utopiah @caseyyee could you give it a try using master branch? It seems it's fixed already and probably you were using an older version

Utopiah commented 8 years ago

@fernandojsg yes fixed here on master (still the case on aframe@0.4.0 though)

fernandojsg commented 7 years ago

@Utopiah I believe it should be fixes right, could just give it a try? ;)

Utopiah commented 7 years ago

@fernandojsg confirm, works on master/0.4.0 too now