debugger for unity game

Matt_code_guy

New User
15
04/26/17
1
Thread Author
My current project is Android/Mac/Windows and I am set up for modding on all three environments.

The code is obfuscated. In a situation like this, having a debugger that could set breakpoints, view variable values in memory, and step through the code would be invaluable.

Given only a directory of .dll files, and the ability to run the game is there any way to set up a debugger on any platform? If it is possible, does anyone have a link to resources on how to set up a debugger?
 
Back
Top Bottom