Dialogue System 2.2.12 Released
Posted: Tue Oct 13, 2020 9:57 am
Version 2.2.12 of the Dialogue System for Unity is now available on the Asset Store.
In addition to several improvements and bug fixes, this version has additional starter UI prefabs and some handy new utility windows, such as a Variable Viewer popout window that you can use to manage variables and watch their values at runtime. It's super handy to have it open alongside the Dialogue Editor window or while you're playtesting in play mode. The Dialogue Editor's Variables section can now also collapse grouped variables in foldouts by group, helping keep the lists more manageable.
Release Notes
Core:
In addition to several improvements and bug fixes, this version has additional starter UI prefabs and some handy new utility windows, such as a Variable Viewer popout window that you can use to manage variables and watch their values at runtime. It's super handy to have it open alongside the Dialogue Editor window or while you're playtesting in play mode. The Dialogue Editor's Variables section can now also collapse grouped variables in foldouts by group, helping keep the lists more manageable.
Release Notes
Core:
- CHANGED: Deprecated dialogue UI prefabs have been moved out of the Dialogue System. They are available on the Dialogue System Extras page.
- Changed: Dialogue System Trigger's Start Conversation > Skip If No Valid Entries checkbox now defaults to false.
- Added: Variable Viewer utility window.
- Added: Variable Renamer utility window.
- Added: SMS style, Nuke, Computer, Old School dialogue UI prefabs.
- Improved: Lua wizards now provide shortcut to add new variable.
- Improved: Dialogue Editor Variables tab now has option to collapse variable group foldouts.
- Improved: Conversation properties can now override cancel subtitle/conversation inputs.
- Improved: Sequencer commands can now find inactive GameObjects by tag.
- Improved: Added C# method to set current selection in Selector.
- Improved: Updated DemoScene1 computer terminal to demonstrate world space dialogue UI.
- Improved: If dialogue UI instantiates missing EventSystem and using new Input System, now adds InputSystemUIInputModule.
- Improved: If editing an auto-backup database instead of the original, database name watermark will be bright red.
- Fixed: Bug with Delay() sequencer command when Dialogue System Trigger's Pause Game During Conversation was ticked.
- Fixed: SetDialoguePanel() didn't re-show continue button if it was previously visible.
- Fixed: Warm Up Conversation Controller with certain UIs would briefly show UI at start.
- Fixed: Sequence field Check button now allows sequences containing only a {{shortcut}} to pass.
- Fixed: Bug in SimStatus if loading saved game containing different SimStatus values for the most recent conversation and then playing same conversation.
- Fixed: If including invalid responses, [auto] tag now doesn't auto-select invalid responses.
- Fixed: QuestState fields can now be set to grantable at design time.
- Fixed: Automatic explicit response button navigation now bypasses non-interactable buttons.
- Fixed: Updated input field UIs in several example prefabs.
- Save System: Fixed potential timing issue with AutoSaveLoad and DiskSavedGameDataStorer.
- Action-RPG Starter Kit: Updated for 6.55b.
- Adventure Creator: Updated for 1.72.
- articy:draft: Fixed actor assignments for certain "decorator" nodes (jumps, pins, etc.).
- Opsive Controllers: Updated to allow specifying item collection by name; save min & max attribute values; save non-slot items.
- ORK: Added ORKGetQuestStatus() Lua function.
- PlayMaker: Added Bark action option to specify text instead of conversation.