{"id":13664168,"url":"https://github.com/mminer/hierarchy-icons","last_synced_at":"2025-06-13T07:34:32.077Z","repository":{"id":14001995,"uuid":"16703326","full_name":"mminer/hierarchy-icons","owner":"mminer","description":"Unity editor extension to show component icons in the Hierarchy.","archived":false,"fork":false,"pushed_at":"2025-06-11T01:00:29.000Z","size":55,"stargazers_count":70,"open_issues_count":1,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-11T02:18:56.396Z","etag":null,"topics":["editor-extension","gamedev","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/mminer.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-02-10T17:37:56.000Z","updated_at":"2025-06-11T01:00:32.000Z","dependencies_parsed_at":"2024-07-23T04:42:49.007Z","dependency_job_id":"62cbcd50-4d72-4642-893b-3e718bc4598f","html_url":"https://github.com/mminer/hierarchy-icons","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/mminer/hierarchy-icons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mminer%2Fhierarchy-icons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mminer%2Fhierarchy-icons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mminer%2Fhierarchy-icons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mminer%2Fhierarchy-icons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mminer","download_url":"https://codeload.github.com/mminer/hierarchy-icons/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mminer%2Fhierarchy-icons/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259602703,"owners_count":22883032,"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-extension","gamedev","unity","unity-editor","unity3d"],"created_at":"2024-08-02T05:02:48.409Z","updated_at":"2025-06-13T07:34:32.065Z","avatar_url":"https://github.com/mminer.png","language":"C#","funding_links":[],"categories":["C\\#","Hierarchy"],"sub_categories":[],"readme":"# Hierarchy Icons\n\nSee at a glance what components are attached to game objects in your scene with\nthis editor extension for Unity. Icons beside each item in the Hierarchy pane\nmake it easy to see where your cameras are, which game objects are lights, and\nwhich objects have an audio source attached. Think of it as Gizmos for the\neditor.\n\n![Screenshot](http://matthewminer.com/images/hierarchy-icons.png)\n\n\n## Installing\n\nAdd the package to your project via\n[UPM](https://docs.unity3d.com/Manual/upm-ui.html) using the Git URL:\n\n```\nhttps://github.com/mminer/hierarchy-icons.git\n```\n\n1. Open the Package Manager window in Unity (*Window \u003e Package Manager*)\n2. Click the \"+\" button in the top-left corner\n3. Select \"Install package from git URL...\"\n4. Enter the above Git URL\n5. Click \"Install\"\n\nAlternatively, add the following line to your `Packages/manifest.json` file:\n\n```json\n{\n  \"dependencies\": {\n    \"com.matthewminer.hierarchy-icons\": \"https://github.com/mminer/hierarchy-icons.git\",\n    ...\n  }\n}\n```\n\nYou can also clone the repository and point UPM to your local copy.\n\n\n## Using\n\nIcons for components should automatically appear in the Hierarchy. To turn off\nindividual icons, navigate to the Hierarchy Icons pane in Unity's preferences.\n\n\n## Compatibility\n\nUnity 2018.3 or later.\n\n\n## Adding or Updating Icons\n\nThe icons come from an icon font, with each letter mapped to a glyph.\n[IcoMoon](https://icomoon.io/app) provides an easy way to create one of these.\nSelect icons for each component, click “Generate Font”, assign a character to\neach glyph, then download the font and replace *HierarchyIcons.ttf*.\n\nThe mapping from component type to characters is in *IconMapping.cs*. To add a\nnew entry, add this line to the `componentIcons` dictionary:\n\n    { typeof(MyScript), 'x' },\n\n\n## Credit\n\nThe icons are from [WebHostingHub Glyphs](http://www.webhostinghub.com/glyphs/).\nLicensed under the SIL Open Font License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmminer%2Fhierarchy-icons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmminer%2Fhierarchy-icons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmminer%2Fhierarchy-icons/lists"}