Simple draggable mod menu template
Hello there,
Weeks ago, I made a simple draggable
menu template for newbies or modders who don't have experience with C#. I'm
using it too XD. The design might look boring for you but this is fine for me.
I'm lazy to make it look better.
Link to repository: https://github.com/AndnixSH/ClassicUnityModMenuAndroid
You simply add this code as a new
class on dnSpy and then hack functions. No need adding own custom DLL which
breaks unsigned apk.
If you want to test the code in
Unity editor, change "public static
void OnGUI()" to "public void OnGUI()" and remove "static"
of other methods
If you haven't make mod menu yet,
follow the tutorial to get started: https://www.andnixsh.com/2018/01/how-to-create-simple-mod-menu-in-unity.html
I will try to make it way better in
the future.