Example #1
0
    public void SetEmotion(string newEmotion)
    {
        // _mecanim.SetTrigger(newEmotion);
        _mecanim.Play(newEmotion);

        _controller.GetComponent <SFXController>().PlayDialogue(Name, newEmotion);
    }