wiki.sine.space | sinespace

Components/AvatarEffect

From wiki.sine.space
Revision as of 11:22, 23 September 2016 by Sinewave (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.


Avatareffect.jpg


The settings under this component include:

  • Participants- This allows to change from 1 to 2 participants
  • Is Gendered- This allows you to choose whether or not the gesture is gender specific
  • Nominal Gender- You can choose which gender is nominal, but it will still play with both genders.
  • Trigger:

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

  • Playback: Looped- This means if the playback of the animation is looped or not. You can check it to loop the gesture animation, or keep it unchecked for the gesture animation to playback once.