ImGui.NET
ImGui.NET copied to clipboard
NotImplementedExcetion for callbacks
This problem occurs when connecting the latest version of Imgui .NET: <PackageReference Include="ImGui.NET" Version="1.91.6.1" />
This problem is on the latest version for x86 assemblies only. For x64, everything still works.
This problem for x86 is solved when I downgrade from 1.91.6.1 to the next-to-last: 1.91.0.1:
Why is this so?