...
Important: Any object that will be used as part of a training procedure authored in Storyflow must be a Motive Scene Object.
...
Setup - Unity SDK
Open your Unity project and in the scene Hierarchy window find “Hammer” (World > Example Assets > Props > Workbench > Hammer)
Right-click on the Hammer then select (Motive > Make Attachable)
In the Hammer Inspector window scroll down until you find the VR Attachable component
Scroll to the bottom of the component and expand the Attaches To dropdown list
Increase the Size to 1
Element 0 will appear, and from there you need to expand it and under Type write “Test”
In the scene Hierarchy window find “Stud” (World > Example Assets > Props > Workbench > Stud > Stud)
Right-click on the Stud then select (Motive > Make Attach Receiver)
In the Stud Inspector window scroll down until you find the VR Attachable Receiver component
Scroll to the bottom of the component and expand the Receivers dropdown list
Increase the Size to 1
Element 0 will appear, and from there you need to expand it and under Type write “Test”
Change Max Attachments to 1
A bit higher in the component toggle Attach to Surface to on
Save the scene
...