Skip to content

Commit

Permalink
Bump Il2CppInterop & Dobby (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasuromi committed Sep 6, 2023
1 parent 06a7278 commit 82077ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -15,10 +15,10 @@
<ItemGroup>
<PackageReference Include="HarmonyX" Version="2.10.1"/>
<PackageReference Include="Iced" Version="1.18.0"/>
<PackageReference Include="Il2CppInterop.Generator" Version="1.4.6-ci.367"/>
<PackageReference Include="Il2CppInterop.HarmonySupport" Version="1.4.6-ci.367"/>
<PackageReference Include="Il2CppInterop.Generator" Version="1.4.6-ci.389"/>
<PackageReference Include="Il2CppInterop.HarmonySupport" Version="1.4.6-ci.389"/>
<PackageReference Include="Il2CppInterop.ReferenceLibs" Version="1.0.0" IncludeAssets="compile" PrivateAssets="all"/>
<PackageReference Include="Il2CppInterop.Runtime" Version="1.4.6-ci.367"/>
<PackageReference Include="Il2CppInterop.Runtime" Version="1.4.6-ci.389"/>
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" IncludeAssets="compile" PrivateAssets="all"/>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.1" IncludeAssets="compile" PrivateAssets="all"/>
<PackageReference Include="MonoMod.RuntimeDetour" Version="22.5.1.1"/>
Expand Down
2 changes: 1 addition & 1 deletion build/Program.cs
Expand Up @@ -34,7 +34,7 @@ public enum ProjectBuildType

public const string DoorstopVersion = "4.0.0";
public const string DotnetRuntimeVersion = "6.0.7";
public const string DobbyVersion = "1.0.4";
public const string DobbyVersion = "1.0.5";

public const string DotnetRuntimeZipUrl =
$"https://github.com/BepInEx/dotnet-runtime/releases/download/{DotnetRuntimeVersion}/mini-coreclr-Release.zip";
Expand Down

1 comment on commit 82077ec

@hungchips
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, I don't know where to report a bug for BepinEX BE (IL2CPP), so if I write it here and it's off topic, please delete it for me.

  • There are some components that do not work correctly.
    For example: Texture doesn't work.
    For example, Behavior does not work with OverrideFont and FallBackTextMeshPro.

  • I'm very sorry because I don't have much knowledge about programming so I can only provide that information. But the above features fully work with BepInEx Mono 64bit.

Please sign in to comment.