Skip to content

Releases: Tirtstan/Pathways

v1.1.0

27 Oct 08:57
52fa433

Choose a tag to compare

[1.1.0] - 2025-10-27

Added

  • PathwaysManager.GetOrCreateRecentSavePath() method to retrieve or create a recent save path.

Changed

  • PathwaysManager now auto-creates itself in the scene if not found when accessing the static instance.

What's Changed

Full Changelog: v1.0.1...v1.1.0

v1.0.1

19 Jul 14:13
0d9712d

Choose a tag to compare

[1.0.1] - 2025-07-19

Added

  • ToggleAutoSave(bool) overloaded method to PathwaysManager.

What's Changed

  • overloaded method to Pathways Manager by @Tirtstan in #8

Full Changelog: v1.0.0...v1.0.1

v1.0.0

18 Jul 10:16
3811362

Choose a tag to compare

[1.0.0] - 2025-07-18

Changed

  • Moved AutoSaveSlots from individual Pathways to PathwaysGlobalConfigs (still settable from PathwaysManager).
  • PathwaysManager will automatically refresh expected variables when deletion methods (DeleteCurrentPathway(), DeleteFile(string)) are called.
  • Improved PathwaysManagerEditor inspector UI.
  • Updated sample scene to display usage instructions.
  • Updated documentation and samples to reflect new API and recommended usage.

What's Changed

New Contributors

Full Changelog: https://github.com/Tirtstan/Pathways/commits/v1.0.0