(Created page with "When you import an animation into Unity you will then add that animation to a game object (there are templates in the Gestures folder in your project). That game object has s...") |
(No difference)
|
When you import an animation into Unity you will then add that animation to a game object (there are templates in the Gestures folder in your project).
That game object has scripts added to it, depending on what you are doing with your gesture.
click on Add Component and search for AvatarEffect in the search bar to add animation effects to your avatar.
The settings under this component include:
Uses Radius: This means the gesture will use a radius of an area Entry Radius: You can set the entry radius amount for the gesture area
|