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 |
![screenshot](http://assetstorev1-prd-cdn.unity3d.com/package-screenshot/6f3ec9c2-d8fa-4d6c-afeb-95a767be7659_scaled.jpg)
![screenshot](http://assetstorev1-prd-cdn.unity3d.com/package-screenshot/e0c8d457-cebe-4e7b-b3c2-35fd52aff4e4_scaled.jpg)
![screenshot](http://assetstorev1-prd-cdn.unity3d.com/package-screenshot/b3e005ea-01be-4264-8de0-e588cca26c9e_scaled.jpg)
![screenshot](http://assetstorev1-prd-cdn.unity3d.com/package-screenshot/9b1c7281-be06-4ebb-ab28-24572d0125d7_scaled.jpg)
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