Skip to content
This repository was archived by the owner on Jul 21, 2022. It is now read-only.

Your Own Theme

T5ive edited this page Aug 14, 2021 · 3 revisions

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)

Clone this wiki locally