Using the sample you can check it on your own
The problem is that when you are on AR you don’t want that the system itself makes that kind of scene changes but probably read the thumbstick on your own and modify it.
Thank you!
Using the sample you can check it on your own
The problem is that when you are on AR you don’t want that the system itself makes that kind of scene changes but probably read the thumbstick on your own and modify it.
Thank you!
Forget about that, for future readers
disableTeleportation: true is the droid you are looking for, like in this sample:
scene.createDefaultXRExperienceAsync({
uiOptions: xrOptions,
disableTeleportation: true,
optionalFeatures: true //required for hit-test
})
Thank you for the contribution @Escobar !