Search results

  1. Tutorial Draggable Flat MOD Menu Template [FREE] (Unity DLL/mono backend only)

    @Evilclown should look like this.... if (YourModMenuName.toggle1) { if (GUI.Button(YourModMenuName.BtnRect(1, false), "Add 1000000 Gold: ON", YourModMenuName.OnStyle)) { yourModMenuName.toggle1 = false; } }...
  2. Tutorial Draggable Flat MOD Menu Template [FREE] (Unity DLL/mono backend only)

    And you should write it like this: "<color=yellow>This mod apk file is provided by\n ### Tigress™ ###</color>" \n !!! and it will look like this here:
  3. Tutorial Draggable Flat MOD Menu Template [FREE] (Unity DLL/mono backend only)

    @Tigress works great, u do something wrong with the OnGui MyGUI :D here is your Menu ...
  4. Tutorial Draggable Flat MOD Menu Template [FREE] (Unity DLL/mono backend only)

    Not this Menu, it works with "using UnityEngine;", it's allready declared on his screenshot Maybe u should try to work with the menu, without renaming it, work with UnityModMenuAndroid: to learn how the menu works correctly.
  5. Tutorial Draggable Flat MOD Menu Template [FREE] (Unity DLL/mono backend only)

    @Tigress is MyGUI your OnGUI Method ? if yes, it should look like this ! did u reload the files ? update ? after u added the menu code ? public void OnGUI() { UnityModMenuAndroid.OnGUI(); }
  6. Tutorial Draggable Flat MOD Menu Template [FREE] (Unity DLL/mono backend only)

    Thanks a lot @AndnixSH ! The FlatModMenu is AWESOME !!!