-
Notifications
You must be signed in to change notification settings - Fork 5
Prepare your Avatar
Z4urce edited this page Sep 23, 2024
·
6 revisions
- Add a VRC Contact Receiver component to each bone where you wear your tracker.
- Ensure proper positioning, shape type and size.
- Enable "Allow Others" in the Filtering settings and disable the other options.
- Do not enable "Allow Self" unless you know what you are doing! Enabling it while the receiver collides with another collider on you will result on constant collision. In this case no haptic feedback will be generated.
- Define which collision tags will trigger haptics by adding specific collision tags.
- Set the Receiver Type to Proximity.
- Come up with a unique name for the parameter (e.g., 'LeftFootTouched').
Add the assigned parameters from the previous step to your avatar's parameters. They should be set to Float, default value 0
, and Saved
and Sync
should be disabled.