Collection of useful Unity Editor utilities ranging from small macros to full toolkits
Context menu actions available in the Unity Editor's Project
window
Action | Description | Path |
---|---|---|
Copy Full Path |
Copies the full path of an asset instead of the relative asset database path | Assets/Copy Full Path |
Copy GUID |
Copies the GUID of an asset | Assets/Copy GUID |
Action | Description | Path |
---|---|---|
Create Parent Proxy |
Creates a new parent proxy object for the selected object | GameObject/Create Parent Proxy |
Select Dependencies |
Selects all dependencies of the selected GameObjects | GameObject/Select Dependencies |
Select Components Of Type |
Selects all children with specified type of component on them | GameObject/Select All Components Of Type |
Menu actions available in the Unity Editor's toolbar at Varneon
> Macros
Macro | Description | Path |
---|---|---|
Delete Empty Scripts |
Deletes all empty scripts in a hierarchy | Varneon/Macros/Delete Empty Scripts |
Context menu actions available for different types of components
Action | Description |
---|---|
Set Connected Body To Parent |
Sets the nearest Rigidbody in any parent as connected body of the joint |
Set Connected Body To Child |
Sets the nearest Rigidbody in any child as connected body of the joint |
Action | Description |
---|---|
Remove Missing Renderers |
Removes missing renderer references from LODGroup. Prevents severe editor errors |
Import with VRChat Creator Companion:
Import with VRChat Creator Companion:
Coming Soon™
Import with Unity Package Manager (git):
Import with Unity Package Manager (git):
- In the Unity toolbar, select
Window
>Package Manager
>[+]
>Add package from git URL...
- Copy and paste the following link into the URL input field:
https://github.com/Varneon/UnityEditorUtilities.git?path=/Packages/com.varneon.editor-utilities
Import from Unitypackage:
Import from Unitypackage:
- Download latest
com.varneon.editor-utilities.unitypackage
from here- Import the downloaded .unitypackage into your Unity project