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

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)