- Home /
In game helper
I have been making a very large game and i think the player might need some help in some parts. I was wondering if there is any way to make a narrator or voice helping you, like someone that pops up in the corner with a picture, voice sound, and text. If there is a way, what are some script components i should try?
Grant Weepie
Answer by Berenger · Mar 09, 2012 at 09:03 PM
Lots of stuff here. You probably can find script doing a small part of what you're trying to achieve, and by associating them end up with something close. That's a terrible way to do it. I suggest you do it yourself from scratch. Here are the steps you need to do, not in order :
Display an image and text, using GUI.
Playing an audio sound. (AudioSource, AudioClip)
Triggering the correct sound and GUI when doing an event (e.g. OnTriggerEnter)
Your answer
Follow this Question
Related Questions
Trying to find what player inputed in Text Input field 1 Answer
embedding link, video, sound, text. how? 2 Answers
3d Sound when the player near and not the camera? 1 Answer
What to do to hear a voice over only 1 time? 2 Answers
Voices for characters 2 Answers