dear-imgui-unity icon indicating copy to clipboard operation
dear-imgui-unity copied to clipboard

Expected x64 architecture, but was Unknown architecture

Open joshcamas opened this issue 5 years ago • 3 comments

After trying to install this tool into my unity project, I get the following error:

Failed to load 'E:/Projects/Ardenfall/Ardenfall/Packages/dear-imgui-unity-master/Plugins/win/x64/cimgui.dll', expected x64 architecture, but was Unknown architecture. You must recompile your plugin for x64 architecture.

Any ideas on why this would happen?

joshcamas avatar Apr 02 '20 20:04 joshcamas

Looks like grabbing the most recent copy of the x64 plugin from ImGui.NET worked, and I had to delete cimgui-freetype.dll.

joshcamas avatar Apr 02 '20 23:04 joshcamas

Where did you grab it? I see no builds available everywhere and building yourself is gonna take week fighting all dependencies and setting up windows environment oh god

I'm not seeing nor builds for IMGUi.Net nor for cimgui

Kein avatar Sep 15 '20 13:09 Kein

Here: https://github.com/mellinoe/ImGui.NET/tree/master/deps/cimgui

joshcamas avatar Sep 15 '20 20:09 joshcamas