|
Hey all, I am working on a game project for school. I need to know the basics of scripting dialogue between characters in Unity. Simple Dialog boxes would be great. Are there any tutorials or resources for this? And I do not want to pay $100 for the Unity Dialogue Engine. Any help is appreciated. Thank you!
(comments are locked)
|
|
Have a trigger with this in
then have this in your character controller gameobject
You could easily edit it to support the player saying stuff but if you want simple radiochatter with HQ this is your best bet. Just put the images , voices and subtitles you want by the same order (e.g Smith says hello , images[1] should be smith's face , voices[1] should be smith's voice saying hello and sybtitles[1] should be "Hello") And put the maxDialogue variable to be equal to the array sizes (say you have 4 sounds to play one after another , maxdialogue should be 4)
(comments are locked)
|

Suggest ColdGUI, add an image, add a text box, script the text to change with the image...
Can be mildly easy...
You could use Questit. It is available at http://www.svenparoth.com, but it costs 50$. You can do dialogues between a NPC and the player if that is what you are searching for.