Hello,
I haven’t found anything similar to this on the forum, so I apologize if I am re-posting an already solved issue.
Basically what I am trying to do is create a mini cut-scene. What I want to happen is to activate different cameras depending which character is currently “talking.” I have my text currently going into an array, split based on the ’
’ parameter in my Notepad file, and I can scroll through the text by pressing “Enter.” What I’m wondering is if I can somehow use this array to solve the problem. Can I somehow add a marker to the text that will allow Unity to recognize that, for example, “if there is an # next to the line, it’s speaker 1, and a is speaker 2." Then I could use those 2 "tags" of sorts to say "if text is of # group, activate camera 1" "if text is of group, activate camera 2.” I hope that I’m explaining myself correctly…
Thanks,
Drew