mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-16 14:17:51 +08:00
cleanup
This commit is contained in:
parent
a9f6ed8729
commit
59cbeec103
@ -340,7 +340,7 @@ namespace UnityExplorer.UI.CacheObject
|
|||||||
{
|
{
|
||||||
// these cause a crash in IL2CPP
|
// these cause a crash in IL2CPP
|
||||||
#if CPP
|
#if CPP
|
||||||
"Type.DeclaringMethod",
|
//"Type.DeclaringMethod",
|
||||||
"Rigidbody2D.Cast",
|
"Rigidbody2D.Cast",
|
||||||
"Collider2D.Cast",
|
"Collider2D.Cast",
|
||||||
"Collider2D.Raycast",
|
"Collider2D.Raycast",
|
||||||
|
@ -127,7 +127,7 @@
|
|||||||
<!-- BepInEx 5 Mono refs -->
|
<!-- BepInEx 5 Mono refs -->
|
||||||
<ItemGroup Condition="'$(IsBepInEx)|$(IsCpp)|$(Configuration)'=='true|false|Release_BIE5_Mono'">
|
<ItemGroup Condition="'$(IsBepInEx)|$(IsCpp)|$(Configuration)'=='true|false|Release_BIE5_Mono'">
|
||||||
<Reference Include="BepInEx">
|
<Reference Include="BepInEx">
|
||||||
<HintPath>..\lib\BepInEx.dll</HintPath>
|
<HintPath>..\lib\BepInEx.5\BepInEx.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user