Skip to content

gmh5225/Android-Mod-Menu-ImGui

 
 

Repository files navigation

ImGui Mod Menu for Android

This is a mod menu with ImGui for Android Unity Games Preview (built in Granny 3): image

How it works?

Later.

How to inject

  1. Copy your builded lib to lib/armeabi-v7a

  2. 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 image

Recomendations

  1. 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

About

[OBSOLETE] Android Internal Mod Menu With ImGui For Unity3D

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 77.8%
  • C 18.6%
  • Objective-C++ 2.1%
  • Makefile 0.6%
  • Objective-C 0.4%
  • Batchfile 0.2%
  • Other 0.3%