Dialogue System for Unity 2.1.4 Released

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
User avatar
Tony Li
Posts: 22056
Joined: Thu Jul 18, 2013 1:27 pm

Dialogue System for Unity 2.1.4 Released

Post by Tony Li »

Version 2.1.4 is now available on the Unity Asset Store!

This update contains a couple of important bug fixes. If you're using version 2.x, I recommend updating.

Release Notes
Core:
  • Fixed: Certain built-in Lua functions became unavailable after loading saved game.
  • Fixed: DemoMenu clear saved game button works again with SaveSystem.
  • Fixed: Dialogue Editor no longer allows conversation titles to start with "/".
  • Improved: When Dialogue Editor creates new conversation, now assigns actors from previous conversation.
  • Improved: Added "Subtract" option to Lua wizard.
  • Improved: Selector/ProximitySelector now localizes use message and usable's override name.
  • Text Tables:
    - Fixed: Adding new field showed blank line until refresh.
    - Added: Sort & search features.
  • Save System:
    - Added Restore State On Start checkbox to savers.
    - Added DeleteSavedGameInSlot method to SaveSystemMethods.
Third Party Support:
  • Invector: Fixed bugs in vGetItemCount, vRemoveItemByID, and InvectorInventorySaver.
  • uMMORPG: Updated for 1.165.
Post Reply