Skip to main content

Dynamic Sounds For Avatars

Dynamic Sounds For Avatars is a Unity script that assists in the automatic creation of Avatar Dynamic Sound Toggles. It is included in the Creator Essentials Pack by QueenMaebee.

ATT

Setting up the script

You must first add the script to the object that you plan to use as the touch receiver before filling in your root transform (basically dragging in the object with the script), object receiver, avatar animator, FX Controller, and on/off animations. Following that, configure your settings and select "start script"!

Collision Tags

Collision tags are strings that list the things that they can affect or be affected by. Both the sender and receiver must have at least one matching pair of strings for a collision to be successful. Case matters in collision tags. Click Here for more details on collision tags.

By adding a contact receiver component or script and configuring it that way, collision tags can be obtained. Copy the collision tag from the receiver after you've received it, then paste it.

tip

Dragging in the object that has the component/script will automatically add the script/component to the field.

info

This script requires your FX controller in the animator to work! Remember to put it in!