2021-12-31 12:10:22 -05:00

1.3 KiB

Structure

  • AssetAnalyzer

    Simple program to investigate file header information.

  • AssetRipperCore

    Core library. It's designed as an single module without any native dependencies.

  • AssetRipperLibrary

    This is an expansion library for AssetRipperCore. It includes some extra exporters:

    • AudioClip export
    • Texture2D export (with Sprites)
    • Dummy Shader Export
    • Text Asset Export
    • Font Export
    • Movie Texture Export
    • Mesh Export
    • Script Export (Mono and IL2Cpp)
  • AssetRipperGUI

    Basic cross-platform graphical interface application utilizing the AssetRipperLibrary.

  • AssetRipperConsole

    Command line equivalent of AssetRipperGUI.

  • UnitTester

    Automated tester to verify project integrity while making changes.