Pop Message is a tool for convenient pop-up text output. This asset allows you to quickly and beautifully design pop-up messages without affecting performance!
Easy to execute. You just need to call ShowMassage in PopMessageManager.
To create a message, we need to follow a few steps:
Download the latest version and install in your project.
🔠 If you want to use this plugin with TMPro, then you need to add POP_MESSAGE_TMPRO to Scripting Define Symbols Project Settings > Player > Other Settings > Scripting Define Symbols
Create a text and customize its appearance to suit your needs. Add PopMessage script to the text.
The PopMessage script has 4 parameters:
- MovingCurve
- FadeCurve
- Duration
- Distance
Create a new canvas and add PopMessageManager script and customize the canvas for your project.
The PopMessageManager script has 3 parameters:
- Pool - The amount of objects in the pool.
- Prefab - The
PopMessageprefab is a previously created. - Do DontDestroyOnLoad - Make this object DontDestroyOnLoad.
