My Template for modding unity(il2cpp) games for android
Clone the repository
git clone --depth=1 https://github.com/catlowlevel/ModTemplate.git ProjectName
Build the ModMenu
cd ProjectName/TemplateModMenu
gradle assembleDebug
Add the mod menu to the game apk
cd ../
<copy game apk to current dir>
./build.py game.apk