Overview
Use Attach Tool to equip a 3D tool object to the learner’s hand representation in the scene. This is essential for procedural training where learners need to handle specific tools — screwdrivers, wrenches, safety equipment, or specialized instruments. Use Remove Tool to detach the tool when it’s no longer needed. Attaching tools makes training more realistic and helps learners understand which tools are used at each step.Attach Tool
When to Use
- Equip at procedure start — Give learners a screwdriver before the assembly step
- Tool-specific steps — Provide the right tool for each procedure phase
- Safety equipment — Attach protective tools or equipment (fire extinguisher, first aid kit, etc.)
- Context authenticity — Make training visually match the real-world procedure
- Multiple tools — Attach different tools at different steps of a multi-phase procedure
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Tool Asset | Asset Reference or String | Yes | The 3D tool object to attach (e.g., "screwdriver-phillips", "wrench-10mm", "fire-extinguisher") |
| Hand | String | No | Which hand to attach to: "left", "right", or "both" (default: "right") |
Example 1: Attach Screwdriver to Right Hand
Example 2: Attach Wrench to Left Hand
Example 3: Attach Tool to Both Hands
Remove Tool
When to Use
- Remove tool after the step requiring it is complete
- Clean up tools before transitioning to the next phase
- Prepare for a non-tool-based step or inspection phase
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Hand | String | Optional | Which hand to remove from: "left", "right", "both", or omit to remove from both |
Example 1: Remove Tool from Right Hand
Example 2: Remove Tool from Both Hands
Example 3: Remove Tool (All Hands)
Best Practices
Match hand dominance
For realistic training, attach tools to the dominant hand (right for most learners, unless specified).
Combine with hand representation
Use Set Hand Representation to show gloved or specialized hands holding the tool.
Common Patterns
Single-Tool Procedure
Multi-Tool Procedure
Two-Handed Tool Use
Safety Equipment Attachment
Specialized Equipment
Tool Asset Reference
Common tool assets available in Creator Studio:| Tool | Asset Name | Hand | Use Case |
|---|---|---|---|
| Phillips Screwdriver | screwdriver-phillips | Right | Standard assembly |
| Flat Screwdriver | screwdriver-flat | Right | Panel/plate removal |
| Adjustable Wrench | wrench-adjustable | Right | Nut/bolt work |
| 10mm Wrench | wrench-10mm | Right | Specific fastener work |
| Pliers | pliers-slip-joint | Both | Gripping/twisting |
| Hammer | hammer-claw | Right | Driving/removal |
| Level | spirit-level | Both | Alignment/positioning |
| Fire Extinguisher | fire-extinguisher | Right | Safety response |
| Stethoscope | stethoscope | Both | Medical examination |
Related Actions
- Set Hand Representation — Change the hand model that holds the tool
- Set Hand Animation Color — Customize the color of the hand holding the tool
- Show Panel — Display instructions about the tool or procedure
- Show Text — Explain what tool is being provided
- Set Interactable Objects — Restrict interactions to work with the provided tool

