Skip to content

Commit

Permalink
fix(core): Disable automatic hierarchy linting by default
Browse files Browse the repository at this point in the history
  • Loading branch information
JGroxz committed Jun 21, 2023
1 parent 8874d5d commit 1bb89f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/UIHierarchyLinterCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static class UIHierarchyLinterCore

static UIHierarchyLinterCore()
{
EditorApplication.hierarchyChanged += OnHierarchyChanged;
// EditorApplication.hierarchyChanged += OnHierarchyChanged;
}

private static void OnHierarchyChanged()
Expand Down

0 comments on commit 1bb89f9

Please sign in to comment.