{"id":19704209,"url":"https://github.com/rimurudev/unity-reactiveproperty-helper","last_synced_at":"2026-02-15T22:31:47.804Z","repository":{"id":251744104,"uuid":"838317052","full_name":"RimuruDev/Unity-ReactiveProperty-Helper","owner":"RimuruDev","description":"Unity Simple Reactive Property -\u003e For small projects, so as not to import UniRx or R3","archived":false,"fork":false,"pushed_at":"2025-01-16T21:05:28.000Z","size":11,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-09T07:23:21.090Z","etag":null,"topics":["r3","reactive","reactive-fields","reactive-properties","rimuru-dev","rimurudev","unity-react","unity-reactie-property"],"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/RimuruDev.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,"zenodo":null}},"created_at":"2024-08-05T11:53:09.000Z","updated_at":"2025-01-29T03:27:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"8a47503a-fd1c-42e4-9413-0aee20adc2ad","html_url":"https://github.com/RimuruDev/Unity-ReactiveProperty-Helper","commit_stats":null,"previous_names":["rimurudev/unity-reactiveproperty-helper"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/RimuruDev/Unity-ReactiveProperty-Helper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RimuruDev%2FUnity-ReactiveProperty-Helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RimuruDev%2FUnity-ReactiveProperty-Helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RimuruDev%2FUnity-ReactiveProperty-Helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RimuruDev%2FUnity-ReactiveProperty-Helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RimuruDev","download_url":"https://codeload.github.com/RimuruDev/Unity-ReactiveProperty-Helper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RimuruDev%2FUnity-ReactiveProperty-Helper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29490871,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T19:29:10.908Z","status":"ssl_error","status_checked_at":"2026-02-15T19:29:10.419Z","response_time":118,"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":["r3","reactive","reactive-fields","reactive-properties","rimuru-dev","rimurudev","unity-react","unity-reactie-property"],"created_at":"2024-11-11T21:21:03.228Z","updated_at":"2026-02-15T22:31:47.787Z","avatar_url":"https://github.com/RimuruDev.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unity ReactiveProperty Helper\n\n# How to use\n\n```csharp\n[Serializable]\npublic class CurrencyData\n{\n    public ReactiveProperty\u003cint\u003e SoftCurrency { get; private set; }\n    public ReactiveProperty\u003cint\u003e HardCurrency { get; private set; }\n\n    public CurrencyData()\n    {\n        SoftCurrency = new ReactiveProperty\u003cint\u003e();\n        HardCurrency = new ReactiveProperty\u003cint\u003e();\n    }\n}\n```\n# Newtonsoft.Json\n\n```csharp\n    [Serializable]\n    public class CurrencyStorage\n    {\n        [JsonProperty] public ReactiveProperty\u003cint\u003e SoftCurrency { get; private set; } = new();\n\n        [JsonProperty] public ReactiveProperty\u003cint\u003e HardCurrency { get; private set; } = new();\n    }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frimurudev%2Funity-reactiveproperty-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frimurudev%2Funity-reactiveproperty-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frimurudev%2Funity-reactiveproperty-helper/lists"}