{"id":15065725,"url":"https://github.com/andersystems/unity-auto-save-system","last_synced_at":"2026-01-03T00:03:54.542Z","repository":{"id":256812671,"uuid":"856505381","full_name":"AnderSystems/Unity-Auto-Save-System","owner":"AnderSystems","description":"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.","archived":false,"fork":false,"pushed_at":"2024-09-12T17:49:13.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T00:17:53.088Z","etag":null,"topics":["automation","autosave","easy","editor","save","save-editor","tool","unity","unity3d","unityeditor","unityeditortool","utility","utils"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AnderSystems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-12T17:29:57.000Z","updated_at":"2024-10-01T18:56:39.000Z","dependencies_parsed_at":"2024-09-13T06:48:45.603Z","dependency_job_id":"0885b238-ecc9-4792-a0ec-810f831d9af1","html_url":"https://github.com/AnderSystems/Unity-Auto-Save-System","commit_stats":null,"previous_names":["andersystems/unity-auto-save-system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnderSystems%2FUnity-Auto-Save-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnderSystems%2FUnity-Auto-Save-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnderSystems%2FUnity-Auto-Save-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnderSystems%2FUnity-Auto-Save-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnderSystems","download_url":"https://codeload.github.com/AnderSystems/Unity-Auto-Save-System/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243806114,"owners_count":20350783,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","autosave","easy","editor","save","save-editor","tool","unity","unity3d","unityeditor","unityeditortool","utility","utils"],"created_at":"2024-09-25T00:46:36.680Z","updated_at":"2026-01-03T00:03:54.514Z","avatar_url":"https://github.com/AnderSystems.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eAuto Save System for Unity\u003c/h1\u003e\n\n\u003cp\u003eThe \u003cstrong\u003eAuto Save System\u003c/strong\u003e 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.\u003c/p\u003e\n\n\u003ch2\u003eKey Features\u003c/h2\u003e\n\u003cul\u003e\n  \u003cli\u003e\u003cstrong\u003eSimple Configuration\u003c/strong\u003e: Set up directly in the Unity editor under \u003ccode\u003eProjectSettings \u003e Auto Save Settings\u003c/code\u003e.\u003c/li\u003e\n  \u003cli\u003e\u003cstrong\u003eAutomatic Saving\u003c/strong\u003e: Automatically saves your scenes to the user-defined location.\u003c/li\u003e\n  \u003cli\u003e\u003cstrong\u003eEasy Restoration\u003c/strong\u003e: Restore the last autosaved scene with a single click.\u003c/li\u003e\n  \u003cli\u003e\u003cstrong\u003eSeamless Integration\u003c/strong\u003e: Just install the package and start using it without any hassle.\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003eInstallation\u003c/h2\u003e\n\u003col\u003e\n  \u003cli\u003eAdd the package to your Unity project by editing the \u003ccode\u003emanifest.json\u003c/code\u003e file in the \u003ccode\u003ePackages\u003c/code\u003e folder:\n    \u003cpre\u003e\u003ccode\u003e{\n  \"dependencies\": {\n    \"com.yourname.autosave\": \"https://github.com/AnderSystems/Unity-Auto-Save-System.git\"\n  }\n}\u003c/code\u003e\u003c/pre\u003e\n  \u003c/li\u003e\n  \u003cli\u003eOr using the package manager \u003ccode\u003e\"https://github.com/AnderSystems/Unity-Auto-Save-System.git\"\u003c/code\u003ecode\u003e:\u003c/li\u003e\n  \n  \u003cli\u003eOpen Unity and navigate to \u003ccode\u003eProjectSettings \u003e Auto Save Settings\u003c/code\u003e to configure your settings.\u003c/li\u003e\n\u003c/ol\u003e\n\n\u003ch2\u003eUsage\u003c/h2\u003e\n\u003cul\u003e\n  \u003cli\u003e\u003cstrong\u003eAutomatic Saving\u003c/strong\u003e: The system will automatically save your scenes at the intervals you specify.\u003c/li\u003e\n  \u003cli\u003e\u003cstrong\u003eRestoration\u003c/strong\u003e: Easily restore the last autosaved scene from the settings menu.\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003eContributing\u003c/h2\u003e\n\u003cp\u003eFeel 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.\u003c/p\u003e\n\n\u003ch2\u003eLicense\u003c/h2\u003e\n\u003cp\u003eThis project is licensed under the MIT License - see the \u003ca href=\"LICENSE\"\u003eLICENSE\u003c/a\u003e file for details.\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandersystems%2Funity-auto-save-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandersystems%2Funity-auto-save-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandersystems%2Funity-auto-save-system/lists"}