Publisher | Just Assets |
---|---|
File size | 1.03MB |
Number of files | 120 |
Latest version | 1.1.0 |
Latest release date | 2022-02-17 12:20:18 |
First release date | 2021-10-07 05:51:11 |
Supported Unity versions | 2018.4.2 or higher |
Layouts
## Private sale! Save 40%! Ends 31.01.2023 ##Layouts
LayoutsLayouts
- Simple dialog prompting text
- Complex dialog showing options to pick from
Performance
- very performant due to pooling (dialog objects are reused)
Customization
- put pause statements into your dialogs ("I think I have an idea![w4]Let's but this dialog system.")
- start a dialog with sound (mumble, etc.)
- let your characters look at something while opening a dialog
- use your favorite localization system (optional)
- supports 2D and 3D targets (RectTransform and GameObject)
- animated fade in, fade out, selection and continue animation
- customize your dialog using an animation or animator component
- use colored texts with icons thanks to Unity's TextMeshPro
- dialogs pointer follows your character
- support auto progressing dialogs and dialogs to be confirmed by the player
- adjust your dialogs to your needs. Change dialog distance, pointer size, pointer margin and many more things (if you want to)
Examples
- example for a scripted dialog without any code to be written
- example which uses code only to show a dialog
- mixed example using MonoBehaviours interfering with custom code