ImGui Mod Menu for Android
May 18, 2022 ยท View on GitHub
This is a mod menu with ImGui for Android Unity Games
Preview (built in Granny 3):

How it works?
Later.
How to inject
-
Copy your builded lib to lib/armeabi-v7a
-
Load the library on Activity Start. Tutorial:
You need to add following lines in
com/unity/player/UnityPlayerActivity:
const-string v0, "_ozMod"
invoke-static {v0}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)V
Do it like that

Recomendations
- This is the old project. If you really need to understand and build it, then do it by yourself, this project is no longer maintained.
Used to create
OpenGL (GLESv2), EGL