Skip to content

Instantly share code, notes, and snippets.

@hecomi
Created November 14, 2015 09:25
Show Gist options
  • Save hecomi/4221d1b9c6f70ecaaf7f to your computer and use it in GitHub Desktop.
Save hecomi/4221d1b9c6f70ecaaf7f to your computer and use it in GitHub Desktop.
using UnityEngine;
public class Test : MonoBehaviour
{
void Update()
{
var lipSync_ = GetComponent<MMD4M_LipSync>();
if (!lipSync_.isTalking) {
lipSync_.Play("MeiVowels/a");
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment