Releases: Varneon/UnityEditorUtilities
Releases · Varneon/UnityEditorUtilities
0.3.2-beta.1 - Menu Item Sorting, Unity 2020+ Fix
Changes
- List of found components returned from
GameObject/Select All Components Of Typeare now sorted alphabetically (#31, 5041825) - Disabled
GameObject/Create Parent Proxyin Unity 2020.2+ ('Create Empty Parent' was introduced in 2020.2 https://docs.unity3d.com/2020.2/Documentation/Manual/Hierarchy.html) (3ece07a)
0.3.1 - Select Components of Type in Hierarchy
Added
- Hierarchy context menu action to select all components of type in children (0ca4597)
0.3.1-beta.1 - Select Components of Type in Hierarchy
Changes
- Added hierarchy context menu action to select all components of type in children (0ca4597)
0.3.0 - New Actions, Fixes
What's Changed
- Add hierarchy action for creating proxy parent object by @Varneon in #15
- Add hierarchy dependency selection by @Varneon in #18
- Add context MonoBehaviour script selection by @Varneon in #21
- Empty script cleaner multiselection fix by @Varneon in #23
- Add ability to find all components of type in scene from component context menu by @Varneon in #26
- 0.3.0 by @Varneon in #27
Full Changelog: 0.2.0...0.3.0
0.3.0-beta.2 - MonoBehaviour Source Script Selection
Changes
- Added ability to select the source script of MonoBehaviours by right-clicking the component in the inspector (b3a9ba4)
0.3.0-beta.1 - Proxy Parents, Hierarchy Dependency Selection
0.3.0-beta.3 - Empty Script Cleaner Multiselection Fix
0.2.0 - Add LODGroup Fixer
0.1.1
Merge pull request #8 from Varneon/workflow Add release workflow