ImGuiRenderingPlugin icon indicating copy to clipboard operation
ImGuiRenderingPlugin copied to clipboard

Provided System.Runtime libraries in example are incompatible

Open c01dc0ffee opened this issue 9 months ago • 0 comments

I was able to get this to work on a .NET Framework 4.6.2 Unity game with BepInEx. The provided System.Runtime.CompilerServices.Unsafe.dll references System.Runtime.dll. The library distributed in the repo is a facade which lacks the necessary type declarations. I had to switch to a version of System.Runtime.CompilerServices.Unsafe that referenced mscorlib, which was already present.

c01dc0ffee avatar May 25 '24 08:05 c01dc0ffee