[VR] Scene to scene transition inside VR mode

Right now I can request VR mode once and switch scene by changing src of iframe inside one URL.

But once loaded it’s break VR as new page load as 2D thumb → walk.min.js initiation. And user need to click VR button again.
Therefore, is it possible to use a share js between scene? Or more simply start VR automatically? XR mode already requested on the first scene.

I am sorry, it’s not possible to navigate between scenes without leaving and entering the VR mode, even through custom JS code.

1 Like

Hi, in the latest Shapespark release (3.5.0) we’ve added support for seamless transition between VR scenes on Meta devices. Please give it a try!

1 Like

Thanks, is there any additional steps or any guide in overalls?

Generally no, if the URL is clicked while in VR in Meta Browser, and it leads to another Shapespark scene, then this new scene should automatically enter VR.

1 Like

OK, there is one thing that is necessary: URLs to Shapespark scenes should have autoplay enabled (by having #autoplay at the end).

1 Like