when i remove this code ,my project in mobile’s webview can click vr button to open vr mode
Can you share your code? Or even better a PG?
Pinging @trevordev
And provide what device you are using. Does this playground work on it: https://www.babylonjs-playground.com/#TAFSN0#2
Sokoban_3d.zip (2.3 MB)
when i use enableTeleportation and click vr button , htc-vive’s firefoxVRwebView will jump into 3d loading screen and nothing happen
When I look at the console I see “You need to reference GLTF loader to load Windows Motion Controllers model. Falling back to generic models”
This means you need to reference the loaders:
<script src="/babylon.js"></script>
<script src="http://preview.babylonjs.com/loaders/babylonjs.loaders.min.js"></script>
nice
1 Like