Page 1 of 1

Quest Machine 1.1.9 Released!

Posted: Mon Jun 10, 2019 10:22 am
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.