{"id":19623119,"url":"https://github.com/kilosoft/editorbutton","last_synced_at":"2025-04-28T04:31:32.677Z","repository":{"id":230162013,"uuid":"120602240","full_name":"Kilosoft/EditorButton","owner":"Kilosoft","description":"Add Button to Inspector Unity3D","archived":false,"fork":false,"pushed_at":"2019-10-10T10:18:53.000Z","size":70,"stargazers_count":14,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T06:31:07.142Z","etag":null,"topics":["button","csharp","framework","game","game-development","inspector","inspector-unity3d","plugin","unity","unity3d"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kilosoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2018-02-07T10:45:33.000Z","updated_at":"2025-01-24T22:56:07.000Z","dependencies_parsed_at":"2024-03-28T06:29:34.743Z","dependency_job_id":"5da2d5a0-e32f-4771-b9ff-7fe676baa231","html_url":"https://github.com/Kilosoft/EditorButton","commit_stats":null,"previous_names":["kilosoft/editorbutton"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kilosoft%2FEditorButton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kilosoft%2FEditorButton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kilosoft%2FEditorButton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kilosoft%2FEditorButton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kilosoft","download_url":"https://codeload.github.com/Kilosoft/EditorButton/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251252090,"owners_count":21559726,"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":["button","csharp","framework","game","game-development","inspector","inspector-unity3d","plugin","unity","unity3d"],"created_at":"2024-11-11T11:31:51.346Z","updated_at":"2025-04-28T04:31:32.189Z","avatar_url":"https://github.com/Kilosoft.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EditorButton\nAdd Button from method to Inspector Unity3D\n\n[![Discord](https://img.shields.io/discord/608666714653065217.svg?label=Discord)](https://discord.gg/UWkHKB)\n\n![Button in Inspecor](./Doc/Inspector.JPG)\n\n![Debug Screen](./Doc/Debug.JPG)\n\n## Installation\nDownload the UnityPackage from the [latest releases](https://github.com/Kilosoft/EditorButton/releases) and import it into Unity. The directory can be moved after being imported.\n\n## Usage\nAdd\n```C#\nusing Kilosoft.tools\n```\nMark any public method(void) with the attribute [EditorButton(name = \"\")]\n\n```C#\nusing UnityEngine;\nusing Kilosoft.Tools;\n\n/// \u003csummary\u003e\n/// Test script\n/// \u003c/summary\u003e\npublic class TestScriptButton : MonoBehaviour\n{\n    [EditorButton(\"Test Button [Press me]\")]\n    public void TestMethod()\n    {\n        Debug.Log(\"I am Fire!\");\n    }\n}\n```\n`Thank you! Good luck!\nKilosoft`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkilosoft%2Feditorbutton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkilosoft%2Feditorbutton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkilosoft%2Feditorbutton/lists"}