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