Skip to content

Releases: ashblue/unity-quest-journal

v2.0.0

27 Mar 19:19
Compare
Choose a tag to compare

2.0.0 (2024-03-27)

Bug Fixes

  • quest inspector: cleaned up display bugs in the task display (cc23082)

Features

  • quest database: quests are now separate ScriptableObjects independent of the database (9c64eb5)
  • quest events: quest collection now has event hooks (c535109)
  • quests and tasks: default quest and task definition can now be excluded from inspectors (359ba7b)

BREAKING CHANGES

  • quest database: Breaks all existing quest implementations. It is recommended to not upgrade to this
    version if you're on 1.X.

v1.0.1

28 Nov 02:06
Compare
Choose a tag to compare

1.0.1 (2021-11-28)

Bug Fixes

  • builds: prevents a crash by removing accidentally included editor only code (b163656)

v1.0.0

03 Sep 02:33
Compare
Choose a tag to compare

1.0.0 (2021-09-03)

Features