We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a70805d commit 27e4a3fCopy full SHA for 27e4a3f
1 file changed
Plugin.cs
@@ -283,6 +283,8 @@ static public void LipSyncStart()
283
_audioSource.Play();
284
285
voiceObject = GameObject.CreatePrimitive(PrimitiveType.Sphere);
286
+ voiceObject.GetComponent<SphereCollider>().enabled = false;
287
+ voiceObject.GetComponent<MeshRenderer>().enabled = false;
288
voiceObject.transform.position = new Vector3(-66, 12, -82);
289
290
}
0 commit comments