how can you make your people talk?
such as…
insert name here
welcome to unity, I am insert name here do you have any questions?
what is unity?
ect.
ect.
and then when you click… like if you clicked the first thing it may say…
insert name here
Unity is a program that lets you create your own games, ect. ect.
only… in you game ^^’
I know it sounds… weird… :-?
Assuming you’re actually being serious here, and this isn’t one of the craziest troll posts I’ve ever seen, you need to follow some tutorials about basic scripting and (for printing text on the screen) Unity’s GUI and font support. Try google and the Unity documentation available at the top of every single page on the Unity site and forum.
Start with getting something printed on the screen. This is what your question boils down to, not “making people talk”.
… ok… I wasn’t sure where to look… sorry…
I always feel so stupid when people say stuff like that -_-
I suppose you can view back this thread on a similar qns that i had asked previously
http://forum.unity3d.com/threads/30573-ActiveXObject
So the basic combo is to use Text to Speech, then from unity you call through using ExternalCall function then parse in the text you want to be spoken then you should be able to get the result you want.
Note. You need to build your project as a web build and place the Javascript within the HTML file.
Do you mean you want to allow the player to have a “conversation” with the game character? There are some suggestions in this thread but it might be quite a difficult task if you are new to programming.