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