{"id":16122693,"url":"https://github.com/varneon/unityeditorutilities","last_synced_at":"2025-03-18T11:30:53.910Z","repository":{"id":39451527,"uuid":"506959382","full_name":"Varneon/UnityEditorUtilities","owner":"Varneon","description":"Collection of useful Unity Editor utilities ranging from small macros to full toolkits","archived":false,"fork":false,"pushed_at":"2024-03-09T15:22:38.000Z","size":64,"stargazers_count":4,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T09:17:07.286Z","etag":null,"topics":["unity","unity-editor"],"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/Varneon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"patreon":"Varneon"}},"created_at":"2022-06-24T09:52:04.000Z","updated_at":"2024-03-13T04:43:38.000Z","dependencies_parsed_at":"2024-01-31T22:24:02.598Z","dependency_job_id":"583e60f9-96fc-459b-9418-93587e998bd3","html_url":"https://github.com/Varneon/UnityEditorUtilities","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Varneon%2FUnityEditorUtilities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Varneon%2FUnityEditorUtilities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Varneon%2FUnityEditorUtilities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Varneon%2FUnityEditorUtilities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Varneon","download_url":"https://codeload.github.com/Varneon/UnityEditorUtilities/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243925527,"owners_count":20369906,"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":["unity","unity-editor"],"created_at":"2024-10-09T21:13:26.247Z","updated_at":"2025-03-18T11:30:52.963Z","avatar_url":"https://github.com/Varneon.png","language":"C#","funding_links":["https://patreon.com/Varneon"],"categories":[],"sub_categories":[],"readme":"# Varneon's Unity Editor Utilities [![GitHub Repo stars](https://img.shields.io/github/stars/Varneon/UnityEditorUtilities?style=flat\u0026label=Stars)](https://github.com/Varneon/UnityEditorUtilities/stargazers) [![GitHub all releases](https://img.shields.io/github/downloads/Varneon/UnityEditorUtilities/total?color=blue\u0026label=Downloads\u0026style=flat)](https://github.com/Varneon/UnityEditorUtilities/releases) [![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/Varneon/UnityEditorUtilities?color=blue\u0026label=Release\u0026sort=semver\u0026style=flat)](https://github.com/Varneon/UnityEditorUtilities/releases/latest)\n\nCollection of useful Unity Editor utilities ranging from small macros to full toolkits\n\n### [Installation Instructions](#installation)\n\n---\n\n# Features\n\n## Asset Menu Actions\n\nContext menu actions available in the Unity Editor's `Project` window\n\n| Action | Description | Path |\n| - | - | - |\n| `Copy Full Path` | Copies the full path of an asset instead of the relative asset database path | `Assets/Copy Full Path` |\n| `Copy GUID` | Copies the GUID of an asset | `Assets/Copy GUID` |\n\n## Hierarchy Menu Actions\n\n| Action | Description | Path |\n| - | - | - |\n| `Create Parent Proxy` | Creates a new parent proxy object for the selected object | `GameObject/Create Parent Proxy` |\n| `Select Dependencies` | Selects all dependencies of the selected GameObjects | `GameObject/Select Dependencies` |\n| `Select Components Of Type` | Selects all children with specified type of component on them | `GameObject/Select All Components Of Type` |\n\n## Macros\n\nMenu actions available in the Unity Editor's toolbar at `Varneon` \u003e `Macros`\n\n| Macro | Description | Path |\n| - | - | - |\n| `Delete Empty Scripts` | Deletes all empty scripts in a hierarchy | `Varneon/Macros/Delete Empty Scripts` |\n\n## Context Menu Actions\n\nContext menu actions available for different types of components\n\n\u003cdetails\u003e\n\u003csummary\u003e\n\n## `Component`\u003c/summary\u003e\n\n| Action | Description |\n| - | - |\n| `Find Components Of Type In Scene` | Finds all components of type in scene |\n\n\u003c/details\u003e\u003cdetails\u003e\n\u003csummary\u003e\n\n## `MonoBehaviour`\u003c/summary\u003e\n\n| Action | Description |\n| - | - |\n| `Select Script` | Selects the source script of the MonoBehaviour |\n\n\u003c/details\u003e\u003cdetails\u003e\n\u003csummary\u003e\n\n## `Joint`\u003c/summary\u003e\n\n| Action | Description |\n| - | - |\n| `Set Connected Body To Parent` | Sets the nearest Rigidbody in any parent as connected body of the joint |\n| `Set Connected Body To Child` | Sets the nearest Rigidbody in any child as connected body of the joint |\n\n\u003c/details\u003e\u003cdetails\u003e\n\u003csummary\u003e\n\n## `LODGroup`\u003c/summary\u003e\n\n| Action | Description |\n| - | - |\n| `Remove Missing Renderers` | Removes missing renderer references from LODGroup. Prevents severe editor [errors](https://github.com/Varneon/UnityEditorUtilities/issues/10) |\n\n\u003c/details\u003e\n\n---\n\n# Installation\n\n\u003cdetails\u003e\u003csummary\u003e\n\n### Import with [VRChat Creator Companion](https://vcc.docs.vrchat.com/vpm/packages#user-packages):\u003c/summary\u003e\n\n\u003e Coming Soon™\n\n\u003c/details\u003e\u003cdetails\u003e\u003csummary\u003e\n\n### Import with [Unity Package Manager (git)](https://docs.unity3d.com/2019.4/Documentation/Manual/upm-ui-giturl.html):\u003c/summary\u003e\n\n\u003e 1. In the Unity toolbar, select `Window` \u003e `Package Manager` \u003e `[+]` \u003e `Add package from git URL...` \n\u003e 2. Copy and paste the following link into the URL input field: \u003cpre lang=\"md\"\u003ehttps://github.com/Varneon/UnityEditorUtilities.git?path=/Packages/com.varneon.editor-utilities\u003c/pre\u003e\n\n\u003c/details\u003e\u003cdetails\u003e\u003csummary\u003e\n\n### Import from [Unitypackage](https://docs.unity3d.com/2019.4/Documentation/Manual/AssetPackagesImport.html):\u003c/summary\u003e\n\n\u003e 1. Download latest `com.varneon.editor-utilities.unitypackage` from [here](https://github.com/Varneon/UnityEditorUtilities/releases/latest)\n\u003e 2. Import the downloaded .unitypackage into your Unity project\n\n\u003c/details\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n## Developed by Varneon with :hearts:\n\n![Twitter Follow](https://img.shields.io/twitter/follow/Varneon?color=%231c9cea\u0026label=%40Varneon\u0026logo=Twitter\u0026style=for-the-badge)\n![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UCKTxeXy7gyaxr-YA9qGWOYg?color=%23FF0000\u0026label=Varneon\u0026logo=YouTube\u0026style=for-the-badge)\n![GitHub followers](https://img.shields.io/github/followers/Varneon?color=%23303030\u0026label=Varneon\u0026logo=GitHub\u0026style=for-the-badge)\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarneon%2Funityeditorutilities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvarneon%2Funityeditorutilities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarneon%2Funityeditorutilities/lists"}