Publisher | Syazmedia PLT |
---|---|
File size | 2.28MB |
Number of files | 46 |
Latest version | 1.0.1 |
Latest release date | 2024-03-27 01:56:14 |
First release date | 2024-03-27 01:56:14 |
Supported Unity versions | 2018.4.2 or higher |
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