You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install this library using the exact steps listed in the readme. I've cloned the repo and referenced the .sln and project files in my project's, but I get thousands of errors about ImGui.NET and NUnit not being present despite running dotnet restore on the nez solution (Nez.MG38.sln) (this step isn't in the installation but I thought it would be worth trying) as well as many more warnings about overlapping namespaces and so on. Even after manually installing ImGui.Net and NUnit, I am still unable to build as a (projectname).AssemblyInfo.cs file is created in my /obj folder, which errors due to duplicate assembly definitions or something.
The text was updated successfully, but these errors were encountered:
I'm trying to install this library using the exact steps listed in the readme. I've cloned the repo and referenced the .sln and project files in my project's, but I get thousands of errors about ImGui.NET and NUnit not being present despite running dotnet restore on the nez solution (Nez.MG38.sln) (this step isn't in the installation but I thought it would be worth trying) as well as many more warnings about overlapping namespaces and so on. Even after manually installing ImGui.Net and NUnit, I am still unable to build as a (projectname).AssemblyInfo.cs file is created in my /obj folder, which errors due to duplicate assembly definitions or something.
The text was updated successfully, but these errors were encountered: