QuickPop MessageBox
QuickPop MessageBox: A Unity UI solution for users desiring C# MessageBox-like pop-ups, offering simplicity and customization.
by Syazmedia PLT
Price History +
QuickPop MessageBox is a Unity package offering a customizable, lightweight pop-up message system for users seeking C# MessageBox-like functionality
There are three ways you can use QuickPop:
- Drag and Drop the QuickPop prefab into the scene, customize details in Inspector and trigger it using UnityEvents
- Drag and Drop the QuickPopInstantPopup script to your gameobject, call it with UnityEvent
- Call Quickpop directly inside your script
Demos Are Provided For All 3 Methods
Dependency Note:
- Since QuickPop Message Box creates popups with Unity UI, you will need Text Mesh Pro.
- If you have no Text Mesh Pro, create any Unity UI elements in UNity editor, like buttons, text etc. Unity will ask you to import Unity UI