This commit is contained in:
Sinai 2021-05-11 23:10:12 +10:00
parent a9f6ed8729
commit 59cbeec103
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -127,7 +127,7 @@
<!-- BepInEx 5 Mono refs -->
<ItemGroup Condition="'$(IsBepInEx)|$(IsCpp)|$(Configuration)'=='true|false|Release_BIE5_Mono'">
<Reference Include="BepInEx">
<HintPath>..\lib\BepInEx.dll</HintPath>
<HintPath>..\lib\BepInEx.5\BepInEx.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>