Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Add description to screenshot

Discussion in 'Scripting' started by Daloteon, Feb 20, 2018.

  1. Daloteon

    Daloteon

    Joined:
    Feb 16, 2018
    Posts:
    3
    Hello!

    I have a question. I'm trying to add description to my screenshot. I'm capturing the screen but after this at the very bottom I want to add white panel with description (object name etc.) . How can I achive this?

    Thank you very much for your help!
     
  2. TaleOf4Gamers

    TaleOf4Gamers

    Joined:
    Nov 15, 2013
    Posts:
    825
    When you trigger the event to take a screenshot, Instantiate a Panel with some UI Text which says what you need, take the screenshot then Destroy the panel.