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)
 
(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? :pepe001:
 
Back
Top Bottom