From d530d10798cfb6bca161c7587fc2122f89c3c2d8 Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinai-dev@users.noreply.github.com> Date: Tue, 12 Oct 2021 20:27:32 +1100 Subject: [PATCH] Exceptions is IsNullOrDestroyed should return true --- src/Core/Utility/UnityHelpers.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Utility/UnityHelpers.cs b/src/Core/Utility/UnityHelpers.cs index 5647278..90aab08 100644 --- a/src/Core/Utility/UnityHelpers.cs +++ b/src/Core/Utility/UnityHelpers.cs @@ -51,7 +51,7 @@ namespace UnityExplorer } catch { - return false; + return true; } }