{"id":20330338,"url":"https://github.com/murphyne/playerprefswrapper","last_synced_at":"2026-05-10T18:07:08.556Z","repository":{"id":68752087,"uuid":"489903315","full_name":"murphyne/PlayerPrefsWrapper","owner":"murphyne","description":"This is a wrapper for the UnityEngine.PlayerPrefs API","archived":false,"fork":false,"pushed_at":"2025-06-13T15:40:20.000Z","size":41,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-13T16:53:15.418Z","etag":null,"topics":["unity","unity-asset","unity3d"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/murphyne.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-05-08T09:47:08.000Z","updated_at":"2025-06-13T15:40:24.000Z","dependencies_parsed_at":"2025-03-04T12:37:21.031Z","dependency_job_id":"2d13ebab-a7f1-4702-bac9-f93d35383720","html_url":"https://github.com/murphyne/PlayerPrefsWrapper","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/murphyne/PlayerPrefsWrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murphyne%2FPlayerPrefsWrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murphyne%2FPlayerPrefsWrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murphyne%2FPlayerPrefsWrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murphyne%2FPlayerPrefsWrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/murphyne","download_url":"https://codeload.github.com/murphyne/PlayerPrefsWrapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murphyne%2FPlayerPrefsWrapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27360775,"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","status":"online","status_checked_at":"2025-11-29T02:00:06.589Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["unity","unity-asset","unity3d"],"created_at":"2024-11-14T20:15:56.138Z","updated_at":"2025-11-29T18:05:16.185Z","avatar_url":"https://github.com/murphyne.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PlayerPrefs Wrapper\n\nThis is a wrapper for the [UnityEngine.PlayerPrefs API][PlayerPrefs].\n\n[PlayerPrefs]:\nhttps://docs.unity3d.com/ScriptReference/PlayerPrefs.html\n\n\n## Features\n\n- Cleaner syntax for working with the PlayerPrefs API.\n- Type safety for saving and retrieving data.\n- Support for multiple data types, including int, float, string, bool.\n\n\n## Installation\n\n- To install from a Git URL:\n  - Copy Git URL: `https://github.com/murphyne/PlayerPrefsWrapper.git?path=Packages/PlayerPrefsWrapper`\n  - Follow the instructions on the [Install a UPM package from a Git URL][UPM-Git] page.\n\n- To install from a tarball file:\n  - Download the .tgz file from [Releases][Releases].\n  - Follow the instructions on the [Install a UPM package from a local tarball file][UPM-Tarball] page.\n\n[Releases]:\nhttps://github.com/murphyne/PlayerPrefsWrapper/releases\n\n[UPM-Tarball]:\nhttps://docs.unity3d.com/Manual/upm-ui-tarball.html\n\n[UPM-Git]:\nhttps://docs.unity3d.com/Manual/upm-ui-giturl.html\n\n\n## Usage\n\n```csharp\nusing PlayerPrefsWrapper;\n\npublic class Options\n{\n    // Create an instance of wrapped PlayerPrefs value.\n    // Specify a key and an optional default value.\n    private readonly PlayerPrefBool _option1 = new PlayerPrefBool(\"Option1\", true);\n\n    // Get value from PlayerPrefs.\n    public bool GetOption1() =\u003e _option1.Value;\n\n    // Set value to PlayerPrefs.\n    public void SetOption1(bool value) =\u003e _option1.Value = value;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurphyne%2Fplayerprefswrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmurphyne%2Fplayerprefswrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurphyne%2Fplayerprefswrapper/lists"}