From 59cbeec1035737d8ed05f832f7b1aba6fc00ebee Mon Sep 17 00:00:00 2001 From: Sinai Date: Tue, 11 May 2021 23:10:12 +1000 Subject: [PATCH] cleanup --- src/UI/CacheObject/CacheMember.cs | 2 +- src/UnityExplorer.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/UI/CacheObject/CacheMember.cs b/src/UI/CacheObject/CacheMember.cs index 1c140b1..da4e8a1 100644 --- a/src/UI/CacheObject/CacheMember.cs +++ b/src/UI/CacheObject/CacheMember.cs @@ -340,7 +340,7 @@ namespace UnityExplorer.UI.CacheObject { // these cause a crash in IL2CPP #if CPP - "Type.DeclaringMethod", + //"Type.DeclaringMethod", "Rigidbody2D.Cast", "Collider2D.Cast", "Collider2D.Raycast", diff --git a/src/UnityExplorer.csproj b/src/UnityExplorer.csproj index 697a1f1..b0c181a 100644 --- a/src/UnityExplorer.csproj +++ b/src/UnityExplorer.csproj @@ -127,7 +127,7 @@ - ..\lib\BepInEx.dll + ..\lib\BepInEx.5\BepInEx.dll False