ImGui.NET icon indicating copy to clipboard operation
ImGui.NET copied to clipboard

NotImplementedExcetion for callbacks

Open dadavadd opened this issue 4 months ago • 0 comments

This problem occurs when connecting the latest version of Imgui .NET: <PackageReference Include="ImGui.NET" Version="1.91.6.1" />

Image

This problem is on the latest version for x86 assemblies only. For x64, everything still works.

Image

This problem for x86 is solved when I downgrade from 1.91.6.1 to the next-to-last: 1.91.0.1:

Image

Why is this so?

dadavadd avatar Jun 21 '25 13:06 dadavadd