- Home /
 
 
               Question by 
               nerbs1991 · Aug 24, 2016 at 09:18 AM · 
                uitextscreenshot  
              
 
              Display Short message on screen each button press
I have a screenshot Function and would like a message to pop up every time I hit F12, something like, "Screenshot Captured", I just need something that will display the text for a few seconds every time I hit F12, I'm new to scripting and would appreciate a point in the right direction. Thanks in advance :)
               Comment
              
 
               
              the easiest solution is to create prefab of message and instantiate it when ever you want to display a message, keep a self destruction script on prefab object which will destroy object after few seconds.
Your answer