Search Unity

Custom popup window

Discussion in 'UGUI & TextMesh Pro' started by Smagacz, Feb 2, 2017.

  1. Smagacz

    Smagacz

    Joined:
    Feb 10, 2016
    Posts:
    23
    Hi,
    What is the best way to make custom popup window with many parameters.
    - screen position (top, buttom, right, left)
    - image
    - message text
    - duration...
    Should I make one class with constructor and display everything at OnGUI() function or make few prefabs ?