Skip to content

Collection of useful Unity Editor utilities ranging from small macros to full toolkits

License

Notifications You must be signed in to change notification settings

Varneon/UnityEditorUtilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Varneon's Unity Editor Utilities GitHub Repo stars GitHub all releases GitHub tag (latest SemVer)

Collection of useful Unity Editor utilities ranging from small macros to full toolkits


Features

Asset Menu Actions

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

Hierarchy Menu Actions

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

Macros

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

Context menu actions available for different types of components

Component

Action Description
Find Components Of Type In Scene Finds all components of type in scene

MonoBehaviour

Action Description
Select Script Selects the source script of the MonoBehaviour

Joint

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

LODGroup

Action Description
Remove Missing Renderers Removes missing renderer references from LODGroup. Prevents severe editor errors

Installation

Coming Soon™

  1. In the Unity toolbar, select Window > Package Manager > [+] > Add package from git URL...
  2. 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:

  1. Download latest com.varneon.editor-utilities.unitypackage from here
  2. Import the downloaded .unitypackage into your Unity project

Developed by Varneon with ♥️

Twitter Follow YouTube Channel Subscribers GitHub followers

About

Collection of useful Unity Editor utilities ranging from small macros to full toolkits

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Languages