Toolkit Manual

User Manual:

Open the PDF directly: View PDF PDF.
Page Count: 3

DownloadToolkit-Manual
Open PDF In BrowserView PDF
3D User Interface Toolkit
Getting Started
1. Import the Unity Package (Assets → Import Package → Custom Package …)
2. Add four new layers:
a. TK3DUI-Selected
b. TK3DUI-SelectedHover
c. TK3DUI-NotSelectedHover
d. TK3DUI-Interaction

3. Change Collision Matrix, so that the layer TK3DUI-Interaction only collides with itself (Edit →
Project Settings → Physics…)

4. Delete the Main Camera from the scene
5. Drag the Prefab (Toolkit3DUI → Prefabs → Toolkit3DUI.prefab) into the scene

Gestures
Pinch Gesture
This gesture is used to drag widgets, trigger a selection or change the mode of interaction. The user
must touch his thumb tip with his index fingertip.

Palm Gesture
This gesture is used to open the hand menu or start the selection. The user must turn his palm in the
direction of his face.

Selectable Object Script
This script can be attached to any object that should be selectable and interactable with the toolkit.
The developer can add it to existing or new objects in the scene and it will work with the toolkit. The
object needs a collider for the selection (we suggest using box colliders if the object should be scaled
because box colliders behave better than other colliders with non-uniform scaling).

State Machine
The following state machine shows how the user can switch between the different states of the
toolkit. Tools and functions can be selected from the hand menu. The hand menu can be opened
with a palm gesture. The selection mode can be opened and closed with a palm gesture.

Widgets
•
•
•

•
•
•

The widgets can be found Toolkit3DUI → HeadAnchoredWidgets
The widgets have methods OpenWidget() and CloseWidget() to open and close the widgets
The method SetActive(bool value) can also be used to open and close the widget.
o value = true → Open the widget
o value = false → Close the widget
The values from the widgets are provided by UnityEvents
The hand menu can be found under Toolkit3DUI → Attachment Hands → Attachment Hand
(Left) → Palm → HandMenu
The entries in the hand menu can be adjusted from the inspector

Settings
•
•
•
•
•

Under Toolkit3DUI → Settings are several settings to change the appearance of the whole
toolkit
Toolkit3DUI → Settings → VisualFeedbackSettings can be used to enable and disable several
kinds of visual feedback
Toolkit3DUI → Settings → AuditoryFeedbackSettings can be used to enable and disable
several kinds of auditory feedback and adjust the volumes of different sounds
Toolkit3DUI → Settings → ColorSettings can be used to adjust all colors that are used in the
toolkit
All changes that are made to the settings affect the whole toolkit. For example, if the
background color for widgets is changed, this changes the color for all widgets in the toolkit.



Source Exif Data:
File Type                       : PDF
File Type Extension             : pdf
MIME Type                       : application/pdf
PDF Version                     : 1.7
Linearized                      : No
Page Count                      : 3
Language                        : en-US
Tagged PDF                      : Yes
XMP Toolkit                     : 3.1-701
Producer                        : Microsoft® Word for Office 365
Creator                         : Robin Schlünsen
Creator Tool                    : Microsoft® Word for Office 365
Create Date                     : 2018:11:22 12:25:43+01:00
Modify Date                     : 2018:11:22 12:25:43+01:00
Document ID                     : uuid:C5D2C31D-92E7-432B-BA95-E6919D50F172
Instance ID                     : uuid:C5D2C31D-92E7-432B-BA95-E6919D50F172
Author                          : Robin Schlünsen
EXIF Metadata provided by EXIF.tools

Navigation menu