Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 913 Bytes

Structure.md

File metadata and controls

28 lines (16 loc) · 913 Bytes

Structure

  • AssetAnalyzer

    Simple program to investigate file header information.

  • AssetRipperCore

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

  • AssetRipperLibrary

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

    • AudioClip export
    • Texture2D export (with Sprites)
    • Shader DirectX blob export
  • AssetRipperGUI

    Basic graphic interface application utilizing the AssetRipperLibrary.

  • AssetRipperConsole

    Command line equivalent of AssetRipperGUI. Since it has no GUI, it can be cross-platform compatible.

  • UnitTester

    Automated tester to verify project integrity while making changes.