{"id":19225106,"url":"https://github.com/ilyachichkov/events-showcase","last_synced_at":"2025-09-12T20:37:27.803Z","repository":{"id":166700876,"uuid":"639100803","full_name":"IlyaChichkov/Events-Showcase","owner":"IlyaChichkov","description":"Unity events showcase is a editor extension","archived":false,"fork":false,"pushed_at":"2023-05-21T19:43:24.000Z","size":3135,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-23T10:17:08.383Z","etag":null,"topics":["unity","unity-package","unity-tool"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IlyaChichkov.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}},"created_at":"2023-05-10T19:02:04.000Z","updated_at":"2023-05-21T19:43:04.000Z","dependencies_parsed_at":"2023-07-15T00:00:56.760Z","dependency_job_id":null,"html_url":"https://github.com/IlyaChichkov/Events-Showcase","commit_stats":null,"previous_names":["ilyachichkov/events-showcase"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/IlyaChichkov/Events-Showcase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlyaChichkov%2FEvents-Showcase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlyaChichkov%2FEvents-Showcase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlyaChichkov%2FEvents-Showcase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlyaChichkov%2FEvents-Showcase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IlyaChichkov","download_url":"https://codeload.github.com/IlyaChichkov/Events-Showcase/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlyaChichkov%2FEvents-Showcase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274873613,"owners_count":25365824,"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-12T02:00:09.324Z","response_time":60,"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-package","unity-tool"],"created_at":"2024-11-09T15:13:59.810Z","updated_at":"2025-09-12T20:37:27.787Z","avatar_url":"https://github.com/IlyaChichkov.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unity Events Showcase\n\nUES is a editor extension allowing you run any object method from editor window with just a few clicks.\n\n\u003cp style=\"margin-top: 60px\"\u003e\u003c/p\u003e\n\n\u003cdiv style=\"display: flex; justify-content: center; align-items: center; flex-direction: column\"\u003e\n    \u003cimg src=\"Packages/EventsShowcase/Images/preview.png\" width=\"520px\"\u003e\u003c/img\u003e\n    \u003cdiv style=\"margin-top: 4px; font-style: italic; font-size: 14px; color: grey;\"\u003eUES Window\u003c/div\u003e\n\u003c/div\u003e\n\n\u003cp style=\"margin-top: 40px\"\u003e\u003c/p\u003e\n\n## Features\n\n✅ Works both in editor and play modes\n\n✅ Accesses object's methods with select object menu\n\n✅ Run static methods\n\n✅ Update with a single button\n\n## Install\n\n\u003cdiv class=\"notecard note\"\u003e\n    \u003ch4\u003e1. Git URL\u003c/h4\u003e\n    \u003cp\u003eGet most recent package version from git\u003c/p\u003e\n    \u003cp\u003eWindow -\u003e Package Manager -\u003e Add from git URL\u003c/p\u003e\n    \u003cpre class=\"brush: js\"\u003egit@github.com:IlyaChichkov/Events-Showcase.git\u003c/pre\u003e\n    \u003ch4\u003e2. Download package file\u003c/h4\u003e\n    \u003cp\u003eDownload release archive from github\u003c/p\u003e\n    \u003cp\u003eWindow -\u003e Package Manager -\u003e Add from disk\u003c/p\u003e\n\u003c/div\u003e\n\n## How to use\n\n1. Import package\n\n```cs\nusing UES;\n```\n\n2. Add attribute to your class method:\n\n```cs\n// ConsoleCommand('name', 'group', 'description')\n[ConsoleCommand(\"move-left\", \"move\", \"\")]\npublic void MoveLeft()\n{\n    // Some movement code...\n}\n```\n\n### Bugs\n\nThis is very raw project with many bugs and shortcomings and I do my best to make it better and stable, I will be pleased for any feedback. Please take it to you considerations. Author doesn't responsible for any crashes in you project.\n\n### Unity tested version\n\n2021.3 4f1\n\n## Author\n\nGithub - [@IlyaChichkov](https://github.com/IlyaChichkov/)\n\nEmail - [ilya.chichkov.dev@gmail.com](mailto:ilya.chichkov.dev@gmail.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filyachichkov%2Fevents-showcase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filyachichkov%2Fevents-showcase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filyachichkov%2Fevents-showcase/lists"}