{"id":14960541,"url":"https://github.com/chark/scriptable-events","last_synced_at":"2025-09-18T22:46:21.201Z","repository":{"id":41379585,"uuid":"331555935","full_name":"chark/scriptable-events","owner":"chark","description":"Simple and extensible event system for Unity Engine, implemented via scriptable objects","archived":false,"fork":false,"pushed_at":"2025-09-12T09:35:37.000Z","size":2590,"stargazers_count":143,"open_issues_count":8,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-09-12T11:38:27.330Z","etag":null,"topics":["game-event","gamedev","scriptable-object","scriptable-object-event","unity","unity-editor","unity-package","unity3d","unity3d-plugin"],"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/chark.png","metadata":{"files":{"readme":".github/README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-21T07:58:09.000Z","updated_at":"2025-09-12T09:35:40.000Z","dependencies_parsed_at":"2025-01-19T12:20:36.252Z","dependency_job_id":null,"html_url":"https://github.com/chark/scriptable-events","commit_stats":{"total_commits":205,"total_committers":4,"mean_commits":51.25,"dds":0.08292682926829265,"last_synced_commit":"ee65803b61731c6de751c180282ebe16aad7d574"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/chark/scriptable-events","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chark%2Fscriptable-events","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chark%2Fscriptable-events/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chark%2Fscriptable-events/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chark%2Fscriptable-events/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chark","download_url":"https://codeload.github.com/chark/scriptable-events/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chark%2Fscriptable-events/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275845444,"owners_count":25539014,"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-09-18T02:00:09.552Z","response_time":77,"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":["game-event","gamedev","scriptable-object","scriptable-object-event","unity","unity-editor","unity-package","unity3d","unity3d-plugin"],"created_at":"2024-09-24T13:22:29.150Z","updated_at":"2025-09-18T22:46:21.190Z","avatar_url":"https://github.com/chark.png","language":"C#","readme":"# Scriptable Events\n\n[![Unity 6000.0+](https://img.shields.io/badge/unity-6000.0%2B-blue.svg)](https://unity3d.com/get-unity/download)\n[![openupm](https://img.shields.io/npm/v/com.chark.scriptable-events?label=openupm\u0026registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.chark.scriptable-events/)\n[![Actions Status](https://github.com/chark/scriptable-events/workflows/CI/badge.svg)](https://github.com/chark/scriptable-events/actions)\n\nMinimalistic and extensible event system implemented via `ScriptableObject`, inspired by [Unite2017](https://www.youtube.com/watch?v=raQ3iHhE_Kk).\n\n\u003cp align=\"center\"\u003e\n  \u003cimg hspace=\"2%\" src=\"event.png\"/\u003e\n  \u003cimg hspace=\"2%\" src=\"event-listener.png\"/\u003e\n\u003c/p\u003e\n\n## Features\n\n- Designer friendly\n- Default event and listener implementations for common use-cases\n- Code generation tools which can be used to create custom event and inspector scripts\n- Strongly typed\n- Custom icons\n- Odin Inspector support\n\n## Installation\n\nThis package can be installed via [OpenUPM](https://openupm.com/packages/com.chark.scriptable-events/):\n```text\nopenupm add com.chark.scriptable-events\n```\n\nOr via the Unity Package Manager by [Installing from a Git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html):\n```text\nhttps://github.com/chark/scriptable-events.git#upm\n```\n\nAlternatively, manually install by adding the following entry to `Packages/manifest.json`:\n```json\n{\n  \"com.chark.scriptable-events\": \"https://github.com/chark/scriptable-events.git#upm\"\n}\n```\n\nIf you'd like to install a specific release, replace `upm` suffix with version number, e.g., `v3.0.0`. You can find all releases [here](https://github.com/chark/scriptable-events/releases).\n\n## Links\n\n- [Documentation](../Packages/com.chark.scriptable-events/Documentation~/README.md)\n- [Contributing](CONTRIBUTING.md)\n- [Changelog](../Packages/com.chark.scriptable-events/CHANGELOG.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchark%2Fscriptable-events","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchark%2Fscriptable-events","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchark%2Fscriptable-events/lists"}