Overview
The Disable Self Teleport action controls whether the learner can freely navigate the scene by clicking or tapping on the ground/floor. When disabled, the learner is locked into the current viewpoint and cannot move themselves — only the trainer can reposition them using the Teleport User To action.When to Use
- Lock learner during demonstrations — Prevent accidental movement while showing a procedure
- Restrict movement in assessment mode — Ensure the learner stays in the designated evaluation position
- Focus critical steps — Prevent the learner from looking away during important instructions
- Prevent confusion — Stop learners from getting lost in complex 3D environments by restricting self-navigation to specific steps
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Disabled | Boolean | Yes | true = learner cannot self-navigate (locked in place); false = learner can click to move freely |
Example
Lock learner for a safety demonstrationCommon Pattern
Pair this action with Teleport User To for a controlled learning experience:Tips
- Always check Disabled: false at the end of a demo phase to let learners practice
- Use in onEntry to establish the navigation rules for each state
- Combine with Set Interactable Objects to fully constrain what the learner can do during locked steps
- Test on mobile devices — ensure learners understand they cannot move (add instructional text if needed)
Related Actions
- Teleport User To — Move the learner when self-teleport is disabled
- Set Interactable Objects — Restrict object interactions while the learner is locked in place

