Skip to content

Laskka/PopMessage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PopMessage

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.

PopMessage

Instruction

To create a message, we need to follow a few steps:

1. Installation

Download the latest version and install in your project.

GitHub releases

🔠 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

2. Create PopMessage

Create a text and customize its appearance to suit your needs. Add PopMessage script to the text. The PopMessage script has 4 parameters:

  1. MovingCurve
  2. FadeCurve
  3. Duration
  4. Distance

3. Create PopManager

Create a new canvas and add PopMessageManager script and customize the canvas for your project.
The PopMessageManager script has 3 parameters:

  1. Pool - The amount of objects in the pool.
  2. Prefab - The PopMessage prefab is a previously created.
  3. Do DontDestroyOnLoad - Make this object DontDestroyOnLoad.

About

Pop Message is a Unity3D tool for convenient pop-up text output. This asset allows you to quickly and beautifully design pop-up messages without affecting performance!

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages