Hand-Activated Sanitizer
In depth learning on Usable World Objects is found in this course in Motive Academy.
Create a sanitizer dispenser on the wall activated by click or hand proximity.
- 1.1 Collider
- 1.2 Rigidbody
- 1.3 Usable World Object
- 1.4 Motive Scene Object
- 1.5 User Click Action
- 1.6 User Touch Action
- 1.7 Pointer Events
- 2 Related Articles
Collider
Field | Value |
---|---|
Trigger | Generally true unless this item needs physics. |
Rigidbody
Field | Value |
---|---|
Use Gravity | false |
Is Kinematic | true |
Usable World Object
Required to connect to the “use object” input for object interactions.
Field | Value |
---|---|
On Use | Connect to any animations, SFX, etc. required for the action. |
Motive Scene Object
Required for Scene Objects, can be skipped if deploying as an asset.
User Click Action
Connects to “Usable World Action” to relay the “click” action.
User Touch Action
Connects to “Usable World Action” to relay the “touch” action.
Pointer Events
Use these to wire up finer-grained actions (such as action on down instead of click, etc).
Related Articles