Quest Machine 1.1.9 Released!

Announcements, support questions, and discussion for Quest Machine.
Post Reply
User avatar
Tony Li
Posts: 22107
Joined: Thu Jul 18, 2013 1:27 pm

Quest Machine 1.1.9 Released!

Post by Tony Li »

Quest Machine 1.1.9 is now available on the Unity Asset Store!
  • Fixed: Inspector headings in 2019.1.
  • Fixed: Input Device Manager System.IndexOutOfRangeException when first importing asset if project's Input Manager is not ready.
  • Save System:
    - Improved: Added SaveSystem methods LoadAdditiveScene, UnloadAdditiveScene.
    - Improved: Savers can now implement optional ApplyDataImmediate and OnRestartGame methods.
    - Fixed: Moved DiskSavedGameDataStorer initialization code from Start to Awake so other scripts can check for saved games in their own Start methods.
  • Dialogue System:
    - Fixed: In Pesky Rabbits demo conversation, QuestID was incorrectly set to harvestCarrots instead of peskyRabbits.
    - Added QuestBuilderWithDialogueSystem class which adds methods to add conversation content and DS markup text content.
  • Invector: Fixed auto equip issue when loading saved games or changing scenes.
  • uMMORPG: Fixed bug in removing items in Add/Remove Item quest action.
Post Reply