{"id":21703447,"url":"https://github.com/smidgens/unity-data","last_synced_at":"2026-05-18T14:31:03.870Z","repository":{"id":53869858,"uuid":"514270681","full_name":"Smidgens/unity-data","owner":"Smidgens","description":"Data abstraction wrappers for Unity","archived":false,"fork":false,"pushed_at":"2022-08-18T12:20:34.000Z","size":1355,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T16:49:02.258Z","etag":null,"topics":["config","data-abstraction","not-affiliated-with-bryan-adams","smidgenomics","unity","unity-data"],"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/Smidgens.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-15T12:59:03.000Z","updated_at":"2022-08-27T23:53:27.000Z","dependencies_parsed_at":"2022-08-28T09:01:20.034Z","dependency_job_id":null,"html_url":"https://github.com/Smidgens/unity-data","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Smidgens/unity-data","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smidgens%2Funity-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smidgens%2Funity-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smidgens%2Funity-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smidgens%2Funity-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Smidgens","download_url":"https://codeload.github.com/Smidgens/unity-data/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smidgens%2Funity-data/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33180938,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["config","data-abstraction","not-affiliated-with-bryan-adams","smidgenomics","unity","unity-data"],"created_at":"2024-11-25T21:32:24.625Z","updated_at":"2026-05-18T14:31:03.852Z","avatar_url":"https://github.com/Smidgens.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](/.github/banner.png?raw=true \"\")\n![](/.github/gallery.png?raw=true \"\")\n\n\n# ℹ️ Features\n\n* ScriptableObject persistence for data.\n* Data abstraction in code.\n* Configure data sources in Inspector: static, asset, or function (reflection).\n* 🤞 Reasonably lightweight.\n\n\n\n\u003cbr/\u003e\n\n# 📦 Install\n\n1. Open Package Manager\n2. Paste git URL (`\u003cgithub_url\u003e#\u003cdesired_tag\u003e`)\n\n\n\u003cbr/\u003e\n\n# 🚀 Usage\n\n🧩 **Note**: To use plugin in code you need to add an assembly reference.\n\n### Reading data\n\n```cs\nusing Smidgenomics.Unity.Data;\n\npublic class VariableTest : MonoBehaviour\n{\n    public Readable\u003cint\u003e num1;\n    public Readable\u003cint\u003e num2;\n\n    private void Awake()\n    {\n        Debug.Log(\"Number 1: \" + num1.Value);\n        Debug.Log(\"Number 2: \" + num2); // implicit conversion\n    }\t\n}\n\n```\n\n### Custom types\n\n```cs\nusing UnityEngine;\nusing System;\nusing Smidgenomics.Unity.Data;\n\n[Serializable]\nclass MySerializedType\n{\n    public int a, b, c;\n}\n\n\n// inherit from ScriptableValue\u003c\u003e\nclass MyCustomAsset : ScriptableValue\u003cMySerializedType\u003e { }\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmidgens%2Funity-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmidgens%2Funity-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmidgens%2Funity-data/lists"}