Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.9 KB

README.md

File metadata and controls

37 lines (30 loc) · 1.9 KB

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.