Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 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.

Installation



  1. Add the package to your Unity project by editing the manifest.json file in the Packages folder:
    {
    
    "dependencies": {
    "com.yourname.autosave": "https://github.com/AnderSystems/Unity-Auto-Save-System.git"
    }
    }


  2. Or using the package manager "https://github.com/AnderSystems/Unity-Auto-Save-System.git"code>:


  3. 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.