I'm trying to use ImGui.NET for a unity mod ( Unity Mono ) but i keep getting errors
Some errors i'm getting :
[Fatal: Unity] MissingFieldException: Field not found: System.Numerics.Vector2 ImGuiNET.ImGuiIO.DisplaySize Due to: Could not find field in class
ImGuiUnityBehaviour.Start () (at :0)
[Fatal: Unity] MissingFieldException: Field not found: System.Numerics.Vector2 ImGuiNET.ImGuiIO.DisplaySize Due to: Could not find field in class
ImGuiUnityBehaviour.Update () (at :0)
I'm currently trying with ImGui.NET, Version=1.90.9.1 and i've also tried with Version=1.87.3