Devlogs
Hotfix 0.0.3.1 - Save Stability & Cleanup
FIXES
#1 Save File Path Correction
- Fixed an issue where player save files were not being created in the correct directory when the game was first launched.
- Before: Save files defaulted to temporary system folders if the game was launched from a compressed/portable installation (e.g., ZIP extraction).
- Now: Saves are consistently stored in the
[GameFolder]/Saves
directory, ensuring persistence across sessions.
CHANGES
#1 Legacy Scene Removal
- Deleted unused
LoadingScene
assets and scripts leftover from an older loading system.
- Why? Reduces build size by ~2MB and eliminates unnecessary code clutter.
NOTES
This hotfix prioritizes stability for players using portable installations. ( Such as this xD)
More save system improvements are planned for future updates.
A huge Thank you to the community for reporting these issues!