This is the AMP version of this page.
If you want to load the real page instead, click this text.

Help! Imgui lib loading problem!!!

anibrna

Platinian
I am triying to load imgui in a game but it stucks or crashes on startup or in logo I killed the signature but not wokring.
 
(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)
 
Can you share the fake-lib project?