VIVE Wrist Tracker
HTC Corporation
Developer Guidelines
v1.1
2022/3/24
25
HTC Confidential and Proprietary
b.
Wave > Tracker
and confirm that
EnableTracker
is selected.
This setting will also modify
AndroidManifest.xml
.
Note:
If you’re using a custom
AndroidManifest.xml
file and the file could not be configured,
you’ll need to add the following configurations manually:
<uses-feature android:name="wave.feature.tracker" android:required="true" />
<uses-feature android:name="wave.feature.handtracking" android:required="true" />
4. Enable scripts for your scene.
a. Go to
Assets
> Wave > Essence > Tracker > Model > 4.2.90-preview.2 > Demo >
Bracelet.
b. Make sure
Hand Manager (Script)
and
Tracker Manager
(Script)
are selected for
the
HandManager
object.
Note:
If you need to use hand tracking or the tracker for your scene, you’ll need to add the
Hand Manager and Tracker Manager
scripts manually.