AssetRipper
AssetRipper is a powerful tool for analyzing Unity game files. For example, it enables game developers to:
- Find dependency assets that were accidentally included in their game
- Convert their assets into the native Unity engine format
- Identify code that could not be inlined or trimmed from their build
- Find broken asset references that would cause issues in their game
Related Projects
Cpp2IL
I am a long-time contributor to Cpp2IL. It powers the Il2Cpp support in AssetRipper, so that game developers can view data for MonoBehavior fields.
AsmResolver
I am a long-time contributor to AsmResolver. It handles reading and writing .NET assemblies.