Autosave for Unity
>-
com.isabit-studio.unity-autosave 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/unity-autosave.git README Markdown
Copy this to your project's README.md
## Installation
Add **Autosave for Unity** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/unity-autosave.git
```
[](https://www.pkglnk.dev/pkg/unity-autosave)Dependencies (1)
README

Unity-Autosave
A simple autosave plugin package for Unity using Editor Coroutines
This project utilises Editor Coroutines to implement a simple auto save function for Unity scenes. You can set it to auto save at regular intervals (in minutes), save on Play Mode, and also save all open scenes with a single click. Installation is designed to be simple, and one-time.
Instructions
With OpenUPM
Follow the instructions here https://openupm.com/packages/com.isabit-studio.unity-autosave/
Without OpenUPM
- Open Unity Package Manager
- Select "
Install package from git URL..." - Paste the project git URL "
https://github.com/Isabit-Studio/Unity-Autosave.git" - Enjoy !
No comments yet. Be the first!