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 ?
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 ?