Skip to content

Commit

Permalink
fix: mute ODIN UnityEngine.ExitGUIException error temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
favoyang committed May 15, 2021
1 parent 09f80fc commit b4cb7cf
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions Editor/OdinSupport/AddressableImporterFilterOdinHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,9 @@ public void Initialize(AddressableImportSettings importSettings)

public void Draw()
{
try {
FilterRules(_searchFilter);
_drawerTree.Draw();
ApplyChanges();
}
catch (Exception e) {
Debug.LogError(e);
}

FilterRules(_searchFilter);
_drawerTree.Draw();
ApplyChanges();
}

[Button]
Expand Down

0 comments on commit b4cb7cf

Please sign in to comment.