Fetzi672
Inactive Approved Modder
Hey, if got a weard quest but I don't know what's the problem. I'm simply what to insert my working ImGui project ... But after insert the correct invoke Code like this
To this here
Then insert the lib libImgui.so to lib folder
Know if I start the game it Crashes instandly..
Java:
const-string v0, "Imgui"
invoke-static {v0}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)V
To this here
Java:
.method protected onCreate(Landroid/os/Bundle;)V
.registers 4
const-string v0, "Imgui"
invoke-static {v0}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)V
//Inserted here 👆
const/4 v0, 0x1
.line 34
invoke-virtual {p0, v0}, Lcom/unity3d/player/UnityPlayerActivity;->requestWindowFeature(I)Z
Then insert the lib libImgui.so to lib folder
Know if I start the game it Crashes instandly..