Skip to content

Releases: BluWizard10/Blu-Hierarchy

1.2.0

21 Dec 07:04
Compare
Choose a tag to compare
  • Components that have the HideFlags.HideInInspector argument in the Script will now be hidden by default. This fixes a bug where those hidden Components were exposed in the Hierarchy when they were not supposed to.
    • You can show them again in the Hierarchy by toggling "Show Hidden Components" in the BluHierarchy Settings, if for some weird reason you want to see them. ¯_(ツ)_/¯

1.1.0

13 Aug 10:27
Compare
Choose a tag to compare
  • Redesigned ALL icons for better clarity on the Hierarchy. The edgy file-like icons were getting a bit old...
  • Added icon for d4rkAvatarOptimizer.

1.0.1

12 Aug 08:06
Compare
Choose a tag to compare
Changed Menu Location for Settings.

1.0.0

12 Aug 07:40
Compare
Choose a tag to compare
Update README.md

0.7.0

17 Jul 04:38
Compare
Choose a tag to compare
Added Icons for VRC Constraint Components.

0.6.1

10 May 02:15
9d1955d
Compare
Choose a tag to compare
Create trigger-repo-rebuild.yml

0.6.0

25 Apr 21:52
Compare
Choose a tag to compare
Added test feature for copying paths in a Hierarchy.

0.5.1

10 Apr 22:32
Compare
Choose a tag to compare
Added Icons for all VRCFury Components.

0.5.0

14 Mar 23:50
Compare
Choose a tag to compare
  • Slightly widened all custom Component Icons for display clarity.
  • Changed Udon Behaviour Component icon to something that I think looked better when representing either an Udon Graph or an UdonSharp Component.
  • Added icon for the VRCHeadChop Component introduced in SDK 3.5.2.
  • Changed behavior of components in Play Mode. Only the Toggles will be allowed to be viewable in Play Mode.

0.4.2

06 Mar 20:56
Compare
Choose a tag to compare
  • Added isPlaying check to prevent icons and GUI changes from loading while in Play Mode. This should optimize performance.