Message box system in unity.
A simple UI management system to create and show messages and dialogs in unity.
- Ability to display messages without coding.
- Ability to create custom skins with the desired features and fileds.
- Ability to display messages directly through the code by sending the desired parameters for customization messages and dialogs.
With this package, you can manage your text messages within your project without coding. Of course, there is more possibility in front of you so that you can show custom messages whenever you want by coding.
- Unity 2019.4.7 or later versions.
- NaughtyAttributes
- PashmakCore
- TextMesh Pro 2.0.1
- Post Processing 2.3.0
- First install
TextMesh Pro
andPost Processing
packages in Unity through Package Manager.MenuItem - Window - Package Manager
- Add
TextMesh Pro
sample scenes.
- Download a
source code
zip from releases. - Extract it.
- Copy the items in the
Assets
folder into theAssets
folder of your project. (Click replace files if necessary)
- Install NaughtyAttributes.
- Install PashmakCore.
- Download
.unitypackage
file from releases. - Import it into your project.
To learn more about how these components work, check out the sample scenes. The following are a number of practical cases.