devAxeon 7 Report post Posted August 17, 2018 Hi, Just found this bug: an error broke the scene if we try to clone a mesh when we are in VR mode. Here's a PG: https://www.babylonjs-playground.com/#K7YG35 Thanks !! Quote Share this post Link to post Share on other sites
Sebavan 610 Report post Posted August 17, 2018 Summoning @trevordev Quote Share this post Link to post Share on other sites
trevordev 148 Report post Posted August 17, 2018 @devAxeon the clone method has a mandatory name parameter. Internally vr interactions are using that name which when not specified is undefined. https://www.babylonjs-playground.com/#K7YG35#2 should work. Ill also update the clone method such that if the name isn't specified "" will be used. 1 Sebavan reacted to this Quote Share this post Link to post Share on other sites
devAxeon 7 Report post Posted August 20, 2018 Ok my bad, thank you @trevordev !! Quote Share this post Link to post Share on other sites