{"id":13663398,"url":"https://github.com/merpheus-dev/SaveUtility","last_synced_at":"2025-04-25T17:30:38.628Z","repository":{"id":112301225,"uuid":"216099586","full_name":"merpheus-dev/SaveUtility","owner":"merpheus-dev","description":"Modular Save System for Unity","archived":false,"fork":false,"pushed_at":"2019-11-13T14:28:28.000Z","size":25,"stargazers_count":19,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-10T20:37:15.613Z","etag":null,"topics":["modular","save-system","unity"],"latest_commit_sha":null,"homepage":null,"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/merpheus-dev.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}},"created_at":"2019-10-18T20:09:57.000Z","updated_at":"2023-05-05T06:17:10.000Z","dependencies_parsed_at":"2023-05-12T16:00:19.485Z","dependency_job_id":null,"html_url":"https://github.com/merpheus-dev/SaveUtility","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merpheus-dev%2FSaveUtility","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merpheus-dev%2FSaveUtility/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merpheus-dev%2FSaveUtility/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merpheus-dev%2FSaveUtility/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/merpheus-dev","download_url":"https://codeload.github.com/merpheus-dev/SaveUtility/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250861924,"owners_count":21499185,"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":["modular","save-system","unity"],"created_at":"2024-08-02T05:02:26.590Z","updated_at":"2025-04-25T17:30:38.390Z","avatar_url":"https://github.com/merpheus-dev.png","language":"C#","readme":"# SaveUtility\nModular Save System for Unity\n\n# Example\n- Go to Top Menu Subtegral\u003eSaveUtility\u003eGenerate to manually generate wrapper scripts.\n- Use Subtegral\u003eSaveUtility\u003eAuto Generate to enable auto wrapper code generation.\n- Create a scriptable object from generated wrappers from Create Menu\u003eSave Utility\u003eYour Data Class' Wrapper\n- Use it in your class:\n```C#\npublic class MyAwesomeSaveManager\n{\n      [SerializeField] private MyPotatoCountWrapper serviceWrapper;\n      \n      //Load data, returns a new instance with default values of your serialized class\n      _data = serviceWrapper.LoadData();\n      \n      //Saves data\n      serviceWrapper.SaveData(_data);\n\n}\n```\n\n# Installation\nYou can either clone the project and put it inside the \"Packages\" folder of your project or add it to your *package.json* file as follows:\n```json\n{\n  \"dependencies\": {\n       \"com.m3rt32.saveutility\": \"https://github.com/m3rt32/SaveUtility.git\"\n  }\n}\n```\n# TO-DO:\n- Default components\n- Add encryption feature(can be turned on/off)\n","funding_links":[],"categories":["C\\#"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerpheus-dev%2FSaveUtility","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmerpheus-dev%2FSaveUtility","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerpheus-dev%2FSaveUtility/lists"}