Skip to content

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

It has 1.3 million downloads and over 100 thousand lines of source code, not including machine-written lines which number in the millions.

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.