How to do this?? I don't know the fake name methodHello anibrna, i have experienced the same problem!
(only if you made the mod)
try to make the lib load by using fake name method
Can you share the fake-lib project?(i'm sorry this is for android only)
Hey anibrna, Look at AndnixSH's Auto-Il2cppDumper project in github.
see main.cpp and how does it use fake lib name
for example you name your library "libmain.so"
the unity games call "libmain.so" (which you renamed your lib to) and your library calls the real "libmain.so" (which you renamed it to "librealmain.so"
(this doesn't really fix any imgui bugs, but it fixes crashing for no reason)