Devlogs
Editor Styling & Settings Changes (2.0.13)
Save ManagerA downloadable Asset for Windows, macOS, and Linux
ℹ️ Fixed a editor bug with saving changes to a save value when editing it in the editor & improved how the editor looks and behaves behind the scenes.
⚠️ It is recommended to do a clean install with this version. So delete asset folder, replace with this release. as some changes may not apply otherwise.
🗓️ Release Date: 11th September 2023
🎨 Asset Changes
- [Internal Report] - Fixed an issue where the last character of a save value change in the save editor wouldn't apply to the value unless you made another save call before playing the game.
- Updated the save editor to be slightly easier to read. Fixing for sizing here and there as well.
- Disabled the abiltiy to edit a save object outside of the save editor, just avoid confusion and syncing issues between the two. The save object is purely a container for the data afterall.
- Refactored the editor settings to use EditrPrefs over an asset in the project to aid with version control, as it would update frequently.