- Home /
Subtitles as a GUI (C#)
Hi, I was wondering if there is a way to put subtitles as a GUI, I just need two texts which fade in when the player enters a trigger and fade out after a few seconds , I hope you can help me, thanks.
Comment
Have you tried anything? This is something a beginner should attempt, so much sadness...
Create a script in the language of your choice...Add your functions/methods for OnTriggerEnter, create a boolean that controls the visibility in the OnGUI function, create a coroutine to fade the UI element out.
Your answer
Follow this Question
Related Questions
rotating minimap compass according to character direction 1 Answer
GUI Placement Question. 1 Answer
GUI Not updating 1 Answer
Changing variables in real time. 2 Answers
OnGUI mystically stopped rendering buttons and text. 1 Answer