Exemplo n.º 1
0
 void Awake()
 {
     // Get a reference to the RealtimeAvatarVoice component
     _voice         = GetComponent <RealtimeAvatarVoice>();
     _startPosition = mouth.localPosition;
     startScale     = mouth.localScale.x;
 }
Exemplo n.º 2
0
 void Awake()
 {
     // Get a reference to the RealtimeAvatarVoice component
     _voice = GetComponent <RealtimeAvatarVoice>();
 }