Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andersystems/unity-auto-save-system
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.
https://github.com/andersystems/unity-auto-save-system
automation autosave easy editor save save-editor tool unity unity3d unityeditor unityeditortool utility utils
Last synced: 25 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/andersystems/unity-auto-save-system
- Owner: AnderSystems
- License: mit
- Created: 2024-09-12T17:29:57.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T17:49:13.000Z (about 2 months ago)
- Last Synced: 2024-09-29T10:41:04.532Z (about 1 month ago)
- Topics: automation, autosave, easy, editor, save, save-editor, tool, unity, unity3d, unityeditor, unityeditortool, utility, utils
- Language: C#
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Auto Save System for Unity
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.
Key Features
-
Simple Configuration: Set up directly in the Unity editor underProjectSettings > 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.
Installation
- 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.
Usage
-
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.
Contributing
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.
License
This project is licensed under the MIT License - see the LICENSE file for details.