{"id":26512265,"url":"https://github.com/audunegames/object-persistence","last_synced_at":"2026-05-20T10:34:45.600Z","repository":{"id":218994920,"uuid":"747792979","full_name":"audunegames/object-persistence","owner":"audunegames","description":"Store serialized data from your components on disk or in the cloud, made for Unity.","archived":false,"fork":false,"pushed_at":"2025-01-08T21:29:57.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-08T22:29:41.036Z","etag":null,"topics":["persistence","save","savegame","unity"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/audunegames.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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-01-24T16:47:09.000Z","updated_at":"2025-01-08T21:30:00.000Z","dependencies_parsed_at":"2024-03-20T16:52:05.480Z","dependency_job_id":"1664d92c-7588-463c-a4c0-e72767de1c29","html_url":"https://github.com/audunegames/object-persistence","commit_stats":null,"previous_names":["audunegames/unity-persistence","audunegames/persistence","audunegames/object-persistence"],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audunegames%2Fobject-persistence","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audunegames%2Fobject-persistence/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audunegames%2Fobject-persistence/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audunegames%2Fobject-persistence/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/audunegames","download_url":"https://codeload.github.com/audunegames/object-persistence/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244731667,"owners_count":20500719,"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":["persistence","save","savegame","unity"],"created_at":"2025-03-21T03:28:20.537Z","updated_at":"2026-05-20T10:34:45.595Z","avatar_url":"https://github.com/audunegames.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Audune Object Persistence\n\n[![openupm](https://img.shields.io/npm/v/com.audune.persistence?label=openupm\u0026registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.audune.persistence/)\n\nStore serialized data from your components on disk or in the cloud with an easily configurable persistence system. The package uses the [Object Serialization](https://github.com/audunegames/object-serialization) package to serialize and deserialize data.\n\nSee the [wiki](https://github.com/audunegames/object-persistence/wiki) of the repository to get started with the package.\n\n## Features\n\n* A persistence system component that is configured solely with components on a GameObject. Add adapters to the system to specify filesystems or cloud services to save and load data. Acces the functonality of the system through scripting.\n* Use the [Object Serialization](https://github.com/audunegames/object-serialization) package to save and load the state of a component. Craft a state structure reminiscent of JSON to persist only the data you want to persist.\n* List over files in the adapters and move, copy, or delete them through scripting.\n* Define custom backends to define how the state is stored in a file. The persistence system uses [MessagePack](https://msgpack.org/) to serialize states by default, but this can easily be changed on the component.\n* Define custom adapters for different filesystems or cloud services. A local filesystem adapter is included.\n\n## Installation\n\n### Requirements\n\nThis package depends on the following packages:\n\n* [Serializable Types](https://openupm.com/packages/com.audune.utils.types/), version **1.0.7** or higher.\n* [Object Serialization](https://openupm.com/packages/com.audune.serialization/), version **1.0.5** or higher.\n* [Unity IMGUI Editor Utilities](https://openupm.com/packages/com.audune.utils.unityeditor/), version **2.0.8** or higher.\n\nIf you're installing the required packages from the [OpenUPM registry](https://openupm.com/), make sure to add a scoped registry with the URL `https://package.openupm.com` and the required scopes before installing the packages.\n\n### Installing from the OpenUPM registry\n\nTo install this package as a package from the OpenUPM registry in the Unity Editor, use the following steps:\n\n* In the Unity editor, navigate to **Edit › Project Settings... › Package Manager**.\n* Add the following Scoped Registry, or edit the existing OpenUPM entry to include the new Scope:\n\n```\nName:     package.openupm.com\nURL:      https://package.openupm.com\nScope(s): com.audune.persistence\n```\n\n* Navigate to **Window › Package Manager**.\n* Click the **+** icon and click **Add package by name...**\n* Enter the following name in the corresponding field and click **Add**:\n\n```\ncom.audune.persistence\n```\n\n### Installing as a Git package\n\nTo install this package as a Git package in the Unity Editor, use the following steps:\n\n* In the Unity editor, navigate to **Window › Package Manager**.\n* Click the **+** icon and click **Add package from git URL...**\n* Enter the following URL in the URL field and click **Add**:\n\n```\nhttps://github.com/audunegames/object-persistence.git\n```\n\n## License\n\nThis package is licensed under the GNU LGPL 3.0 license. See `LICENSE.txt` for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudunegames%2Fobject-persistence","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faudunegames%2Fobject-persistence","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudunegames%2Fobject-persistence/lists"}