So, I am using this plugin with the TextAnimator and the Livelychatbubbles.
I am having a problem where the text bubble does not appear at dialogue choices.
I deally I would like for it to be there when a dialogue choice is given. Right now it seems to just ignore it.
Video
I've tried the subtitle settings as well.
I should also mention that there's not logic with the sequencer (It just calls for the one character to animate)
LookAt(Character_NPC_Hedgehog, Calico_ACS, 0.5);
StopPlaying();
AnimatorPlay(Talk, Calico_97);
(none of this logic is tied to the dialogue system at least)