Hello all its me again!
anyways i am making a FPS and i need the AI to talk but! i want subtitles instead of the sound ( i shall use sound later!)
now how would i make subtitles then after an amount of time that subtitle would disappear then a new one appears?
thanks for your help i gladly appreciate it.
-xXSniperXx A.K.A Sam
Options include OnGUI(), TextMesh, or your own text rendering system.
OnGUI() would probably be the easiest place to start (you can use e.g. GUI/GUILayout.Label() to display the text).