Skip to content

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.

License

Notifications You must be signed in to change notification settings

AnderSystems/Unity-Auto-Save-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages