How to make Teleport and Player Scale for Unity Games using LGL Mod Menu | Easy Tutorial for Beginners
Modding Unity Games: Player Scale and Teleportation Modding Unity Games: Player Scale and Teleportation Requirements: Basic modding knowledge A dump file of the game (Visit this site if you lack basic knowledge or a dump file of the game) Android AIDE (to compile the mod menu source) An app that can open large dump files (MT Manager is recommended) Offset Tester (to test if offsets are working correctly) The game APK itself Steps to Modify Player Scale in Unity Games: Open the dump.cs file and search for the class of the object whose size you want to change. For example, to increase the size of NPCs, you might search for "int health" to find the relevant class. Find the update method within that class, such as Update , FixedUpdate , or LateUpdate .