The Auto Save System is a practical and easy-to-configure solution for automatically saving your scenes in Unity. With an intuitive interface directly in the editor, you can define where scenes are saved and restore the last saved scene automatically when needed.
- Simple Configuration: Set up directly in the Unity editor under
ProjectSettings > Auto Save Settings
. - Automatic Saving: Automatically saves your scenes to the user-defined location.
- Easy Restoration: Restore the last autosaved scene with a single click.
- Seamless Integration: Just install the package and start using it without any hassle.
- Add the package to your Unity project by editing the
manifest.json
file in thePackages
folder:{ "dependencies": { "com.yourname.autosave": "https://github.com/AnderSystems/Unity-Auto-Save-System.git" } }
- Or using the package manager
"https://github.com/AnderSystems/Unity-Auto-Save-System.git"
code>: - Open Unity and navigate to
ProjectSettings > Auto Save Settings
to configure your settings.
- Automatic Saving: The system will automatically save your scenes at the intervals you specify.
- Restoration: Easily restore the last autosaved scene from the settings menu.
Feel free to fork this repository and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License - see the LICENSE file for details.