Modding Unity & Its Dll's: Starter Pack + Tutorial

@Tallon007 Thanks for tut .
Pictures are no longer available so as a beginner who just installed everything and ready to give it a try , Im stuck at searching the values and due to no image guide i cant figure out where did I go wrong . Please fix the pictures thanks .
 
What can I do when I faced this problem?
 

Attachments

  • Capture.webp
    Capture.webp
    23.3 KB · Views: 63
missing a lot of credits on this tutorial... none to iAndrohacker for his apk tool and you even reuploaded it... what disrespect
 
trying to follow your tut , but keep getting error : Reflexil is unable to save this assembly; Failed to resolve assembly; 'unityEngine, Version=0.0.0.0, Culture=neutral, PublickeyToken=null'
 
trying to follow your tut , but keep getting error : Reflexil is unable to save this assembly; Failed to resolve assembly; 'unityEngine, Version=0.0.0.0, Culture=neutral, PublickeyToken=null'
Make sure you have all dll files in the same folder, and they all loaded into reflector, that sounds that an issue locating all the library dependencies. Other possibilities include an improper edit that pushed token pointers out of sync, or a corrupted AssemblyRef table. Try the first thing and if that doesnt work, use a file compare tool like Beyond Compare to find the changes between the original and the modified files, see if you can find the disconnect.

good luck!
 
Back
Top Bottom