Skip to content

Releases: Varneon/UnityEditorUtilities

0.3.2-beta.1 - Menu Item Sorting, Unity 2020+ Fix

31 Jan 21:12

Choose a tag to compare

Changes

0.3.1 - Select Components of Type in Hierarchy

15 Jun 04:07

Choose a tag to compare

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

07 May 09:45

Choose a tag to compare

Changes

  • Added hierarchy context menu action to select all components of type in children (0ca4597)

0.3.0 - New Actions, Fixes

07 May 06:49
4a64543

Choose a tag to compare

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

22 Feb 10:32
263fc7f

Choose a tag to compare

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

20 Jan 06:50

Choose a tag to compare

Changes

  • Added action for creating a proxy parent transform (da137db)
  • Added action for selecting hierarchy dependencies (59fa580)

0.3.0-beta.3 - Empty Script Cleaner Multiselection Fix

04 Apr 06:17
c50149b

Choose a tag to compare

Fixes

  • Fixed empty script cleaner macro not being able to target multiple objects simultaneously #22 (21174eb)

0.2.0 - Add LODGroup Fixer

09 Nov 15:28
c50149b

Choose a tag to compare

Changes

  • Added method for removing missing renderers from LODGroups to prevent severe editor errors (#10, #11)

0.1.1

03 Sep 05:15
e8a3e70

Choose a tag to compare

Merge pull request #8 from Varneon/workflow

Add release workflow