{"id":16207531,"url":"https://github.com/maxartz15/scriptabledata","last_synced_at":"2025-07-24T21:19:17.067Z","repository":{"id":219326199,"uuid":"440826647","full_name":"maxartz15/ScriptableData","owner":"maxartz15","description":"For ScriptableObject workflow.","archived":false,"fork":false,"pushed_at":"2022-05-12T08:14:06.000Z","size":22,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-25T00:42:33.387Z","etag":null,"topics":["scriptabledata","scriptableobject","unity","unity3d"],"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/maxartz15.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-12-22T10:55:44.000Z","updated_at":"2024-12-03T01:17:18.000Z","dependencies_parsed_at":"2024-01-26T19:24:00.708Z","dependency_job_id":"2106d593-2420-4b1c-9092-430c8025287c","html_url":"https://github.com/maxartz15/ScriptableData","commit_stats":null,"previous_names":["maxartz15/scriptabledata"],"tags_count":3,"template":false,"template_full_name":"maxartz15/template-unity-package","purl":"pkg:github/maxartz15/ScriptableData","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxartz15%2FScriptableData","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxartz15%2FScriptableData/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxartz15%2FScriptableData/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxartz15%2FScriptableData/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxartz15","download_url":"https://codeload.github.com/maxartz15/ScriptableData/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxartz15%2FScriptableData/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262518105,"owners_count":23323301,"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":["scriptabledata","scriptableobject","unity","unity3d"],"created_at":"2024-10-10T10:13:48.617Z","updated_at":"2025-06-29T00:37:23.470Z","avatar_url":"https://github.com/maxartz15.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ScriptableData\n## Data\nScriptableData stores runtime data to be accessed by scripts that reference the ScriptableObject. It has a OnValueChangedEvent to subscribe when data changes.\nWith this workflow you can remove dependencies and increase flexibility.\n### Extendable Data:\n```C#\npublic class ScriptableData\u003cT0\u003e : ScriptableObject {}\npublic class ScriptableData\u003cT0, T1\u003e : ScriptableObject {}\npublic class ScriptableData\u003cT0, T1, T2\u003e : ScriptableObject {}\npublic class ScriptableData\u003cT0, T1, T2, T3\u003e : ScriptableObject {}\n```\n### Example:\n```C#\n[CreateAssetMenu(menuName = \"ScriptableData/Data/Vector3\", order = 147)]\npublic class SDVector3 : ScriptableData\u003cVector3\u003e {}\n```\n## Events\nScriptableEvent does not contain any runtime data but can be used to send events (with data) around.\n### Base Event\n```C#\n[CreateAssetMenu(menuName = \"ScriptableData/Event/Event\", order = 147)]\npublic class ScriptableEvent : ScriptableObject {}\n```\n### Extendable Events:\n```C#\npublic class ScriptableEvent\u003cT0\u003e : ScriptableObject {}\npublic class ScriptableEvent\u003cT0, T1\u003e : ScriptableObject {}\npublic class ScriptableEvent\u003cT0, T1, T2\u003e : ScriptableObject {}\npublic class ScriptableEvent\u003cT0, T1, T2, T3\u003e : ScriptableObject {}\n```\n### Example:\n```C#\n[CreateAssetMenu(menuName = \"ScriptableData/Event/Vector3\", order = 147)]\npublic class SEVector3 : ScriptableEvent\u003cVector3\u003e {}\n```\n## ExtendedScriptableObjectDrawer\nIf you don't want to use the extended drawer, use the `[NonExpandable]` attribute.\n### Example:\n```C#\n[NonExpandable]\npublic SEVector3 myVector3;\n```\n\n## Install\n[Installing from a Git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html)\n\n[Unitypackage](https://github.com/maxartz15/ScriptableData/releases)\n\n## LICENSE\nOverall package is licensed under [MIT](/LICENSE.md), unless otherwise noted in the [3rd party licenses](/THIRD%20PARTY%20NOTICES.md) file and/or source code.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxartz15%2Fscriptabledata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxartz15%2Fscriptabledata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxartz15%2Fscriptabledata/lists"}