Your Own Theme - T5ive/Tools-Injector-Mod-Menu GitHub Wiki

Prerequisites

DIY

Don't change or delete these if you don't know how they work

  1. In MainActivity.java

1.1 MyLibName

1.2 "com.unity3d.player.UnityPlayerActivity"

  1. MyLibName in Android.mk

  2. (ChangeABIHere) in Application.mk

  3. (yourName), (yourSite), (yourText), (yourImage), //(TFiveEndCredit) in Menu.h

Don't change these!!

In Main.cpp

  1. (yourTargetLibName)

  2. //VariableHere

  3. //NewVariableHere

  4. //NewMethodHere

  5. //(hackThread64)

  6. //(hackThread)

  7. //ToastHere

  8. //(yourFeaturesList)

  9. (yourEndCredit)

  10. //(yourFeatures)