Hello
I’m testing one of the examples in the Babylonjs documentation. I am using emulator. However, it does not work as shown in the document.
that I tested
Must be
I couldn’t understand why. Can you help?
Hello
I’m testing one of the examples in the Babylonjs documentation. I am using emulator. However, it does not work as shown in the document.
that I tested
Must be
I couldn’t understand why. Can you help?
This is because as I mentioned on a different post, teleportation doesn’t work correctly on the emulator due to the emulator not emulating the thumbstick. Try on a real device and you will see the right behavior or set the main component to be the trigger for teleportation.
Yes, you’re right, but as you know, the “useMainComponentOnly: true,” code should be sufficient for teleport support in the emulator. I can’t teleport though, and I don’t have a real device.
Babylon.js Playground (babylonjs.com)
Yes, it should be sufficient. Does it not work? You need to keep the trigger pressed for 3 seconds before the teleportation starts, and then wait a few more seconds before it triggers.