{"id":18576417,"url":"https://github.com/techno-dwarf-works/better-editor-tools","last_synced_at":"2025-04-10T08:31:12.756Z","repository":{"id":65117029,"uuid":"582154286","full_name":"techno-dwarf-works/better-editor-tools","owner":"techno-dwarf-works","description":null,"archived":true,"fork":false,"pushed_at":"2024-04-10T19:03:42.000Z","size":250,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T15:48:27.101Z","etag":null,"topics":["editor","unity","unity-editor","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/techno-dwarf-works.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"custom":["https://www.buymeacoffee.com/uurhaa"]}},"created_at":"2022-12-25T22:37:59.000Z","updated_at":"2024-04-10T19:17:35.000Z","dependencies_parsed_at":"2023-10-15T14:50:05.912Z","dependency_job_id":"dc1e3494-4170-49ad-ab1f-b716c3069d97","html_url":"https://github.com/techno-dwarf-works/better-editor-tools","commit_stats":null,"previous_names":["techno-dwarf-works/better-editor-tools"],"tags_count":79,"template":false,"template_full_name":"techno-dwarf-works/unity-package-repo-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techno-dwarf-works%2Fbetter-editor-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techno-dwarf-works%2Fbetter-editor-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techno-dwarf-works%2Fbetter-editor-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techno-dwarf-works%2Fbetter-editor-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techno-dwarf-works","download_url":"https://codeload.github.com/techno-dwarf-works/better-editor-tools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248185365,"owners_count":21061502,"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":["editor","unity","unity-editor","unity3d"],"created_at":"2024-11-06T23:24:52.169Z","updated_at":"2025-04-10T08:31:12.552Z","avatar_url":"https://github.com/techno-dwarf-works.png","language":"C#","funding_links":["https://www.buymeacoffee.com/uurhaa"],"categories":[],"sub_categories":[],"readme":"# [Deprecated] Better Editor Tools\n\n\u003e [!CAUTION]\n\u003e Package deprecated and replaced with - [Better Commons](https://github.com/techno-dwarf-works/better-commons)\n\n[![openupm](https://img.shields.io/npm/v/com.uurha.bettereditortools?label=openupm\u0026registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.uurha.bettereditortools/)\n\nCollections of useful tools for Unity Editor. Such as:\n1. DrawerHelpers\n2. Better drop down\n3. MultiEditor\n\n## MultiEditor Usage\n\n```c#\n[BetterEditor(typeof(CustomClass), true, Order = 999, OverrideDefaultEditor = false)]\npublic class CustomEditor : EditorExtension\n{\n    public CustomEditor(Object target, SerializedObject serializedObject) : base(target, serializedObject)\n    {\n    }\n\n    public override void OnDisable()\n    {\n       //This method called than editor disables\n    }\n\n    public override void OnEnable()\n    {\n       //This method called just right after instance created\n    }\n\n    public override void OnInspectorGUI()\n    {\n       //Use to draw your inspector\n    }\n\n    public override void OnChanged()\n    {\n       //Called when object data in editor is changed\n    }\n}\n```\n\n## Install\n[How to install](https://github.com/uurha/BetterPluginCollection/wiki/How-to-install)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechno-dwarf-works%2Fbetter-editor-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechno-dwarf-works%2Fbetter-editor-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechno-dwarf-works%2Fbetter-editor-tools/lists"}