A tutorial on how to mod your Unity game server. Contribute to pippinmole/Unity-Game-Modding development by creating an account on GitHub.
Instead of decompiling and recompiling the game's code, we instead import the assemblies directly into Unity, as plugins. However, when we try to import the game's assembly, it all seems OK, until we ...