awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
SeriousCache avatar

SeriousCache/UABEArchived

0
View on GitHub↗
4,137 stars·536 forks·C++·6 views

UABE

UABE is a specialized toolset for extracting, modifying, and converting assets stored within Unity engine bundle files. It functions as an asset bundle extractor and a game modding utility designed to alter 3D meshes, textures, and audio within Unity games.

The project includes an asset format converter that transforms internal Unity data into common file formats for external editing. It also features a mod installer generator to create standalone installation packages from modified asset bundle files.

The software provides capabilities for game resource extraction and asset conversion, allowing users to retrieve embedded files and transform proprietary internal assets into standard media types.

Features

  • Asset Bundle Extraction - Provides comprehensive utilities for decomposing and extracting individual raw files from Unity asset bundles.
  • Engine-Specific Binary Parsing - Implements low-level binary parsing to map game asset structures based on specific engine versions.
  • Asset Bundle Modification - Enables the modification of content within bundle files across various engine versions.
  • In-Place Binary Mutators - Allows modifying specific byte sequences within asset bundle files without rewriting the entire file.
  • Game Asset Extraction - Retrieves and decomposes embedded files from compiled game data for analysis and repurposing.
  • Game Modding Toolkits - Provides a toolkit for modifying bundle data and creating custom content for games.
  • Unity Asset Extractors - Recovers and exports meshes, textures, and audio from compiled Unity asset bundles.
  • Unity Asset Modification - Enables the extraction and editing of textures, meshes, and audio from Unity bundle files.
  • Game Asset Converters - Transforms proprietary Unity assets into standard file formats for external use.
  • Engine Layout Versioning - Dynamically adjusts data offsets and field lengths to support multiple iterations of the Unity engine.
  • Asset Format Converters - Converts proprietary binary assets into common formats like textures, audio, and meshes for external editing.
  • Intermediate Representations - Provides an intermediate representation that bridges proprietary binary assets and common editable formats.
  • Asset Serialization - Handles the serialization and translation of game resources into structured formats.
  • Binary Bundle Schema Extraction - Uses predefined data structures to isolate specific asset types from monolithic bundle files.
  • Mod Installer Generators - Creates standalone installation packages from modified Unity asset bundle files.
  • Standalone Package Installers - Generates standalone installation packages for distributing modified asset bundles.
  • Asset Management - Tool for extracting Unity asset bundles.

Star history

Star history chart for seriouscache/uabeStar history chart for seriouscache/uabe

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does seriouscache/uabe do?

UABE is a specialized toolset for extracting, modifying, and converting assets stored within Unity engine bundle files. It functions as an asset bundle extractor and a game modding utility designed to alter 3D meshes, textures, and audio within Unity games.

What are the main features of seriouscache/uabe?

The main features of seriouscache/uabe are: Asset Bundle Extraction, Engine-Specific Binary Parsing, Asset Bundle Modification, In-Place Binary Mutators, Game Asset Extraction, Game Modding Toolkits, Unity Asset Extractors, Unity Asset Modification.

What are some open-source alternatives to seriouscache/uabe?

Open-source alternatives to seriouscache/uabe include: mafaca/utinyripper — UtinyRipper is a utility for extracting meshes, textures, audio, and scene data from Unity serialized files and asset… assetripper/assetripper — AssetRipper is a suite of tools designed for the recovery and analysis of Unity game projects. It functions as an… gdretools/gdsdecomp — gdsdecomp is a project recovery suite and game engine reverse engineering toolset. It functions as a bytecode… perfare/assetstudio — AssetStudio is a desktop application designed for browsing, inspecting, and extracting assets from proprietary game… fabricmc/fabric-api — Fabric API is a modular framework designed for Minecraft mod development, providing a standardized set of hooks and… geode-sdk/geode — Geode is a game modification SDK and mod loader for Geometry Dash. It functions as a hooking engine and UI framework…

Open-source alternatives to UABE

Similar open-source projects, ranked by how many features they share with UABE.
  • mafaca/utinyrippermafaca avatar

    mafaca/UtinyRipper

    3,048View on GitHub↗

    UtinyRipper is a utility for extracting meshes, textures, audio, and scene data from Unity serialized files and asset bundles. It functions as a resource converter that recovers 3D models and textures from compiled game data, translating internal serialized structures into native file formats. The tool provides a dual-interface model, offering both a graphical user interface for exporting resources and a command-line interface for automated batch extraction. These interfaces enable the conversion of proprietary engine textures and audio streams into standard image and wave files. The system

    C#assetassetbundlebundle
    View on GitHub↗3,048
  • assetripper/assetripperAssetRipper avatar

    AssetRipper/AssetRipper

    6,935View on GitHub↗

    AssetRipper is a suite of tools designed for the recovery and analysis of Unity game projects. It functions as an asset extractor, project reconstructor, shader decompiler, binary analysis tool, and dependency auditor. The project specializes in recovering high-level structures from compiled binaries. It reconstructs prefabs from inlined scene instances, reverses static batching to separate merged meshes, and translates compiled shader code from multiple platforms back into a readable format. Its broader capabilities include converting serialized files and bundles back into native engine for

    C#csharpdecompilergames
    View on GitHub↗6,935
  • gdretools/gdsdecompGDRETools avatar

    GDRETools/gdsdecomp

    3,785View on GitHub↗

    gdsdecomp is a project recovery suite and game engine reverse engineering toolset. It functions as a bytecode decompiler, binary resource converter, and asset extraction tool designed to reconstruct original directory hierarchies and scripts from compiled binary game assets. The toolset specializes in GDScript bytecode decompilation and compilation, translating compiled bytecode back into human-readable source code or converting source code into executable bytecode for specific engine versions and commit hashes. It includes a game archive patcher to modify project archives by replacing intern

    C++
    View on GitHub↗3,785
  • perfare/assetstudioPerfare avatar

    Perfare/AssetStudio

    15,474View on GitHub↗

    AssetStudio is a desktop application designed for browsing, inspecting, and extracting assets from proprietary game engine archive files. It provides a comprehensive interface for navigating complex file structures to identify, preview, and export individual media components such as textures, audio, and 3D meshes. The software distinguishes itself through its ability to parse and reconstruct serialized object hierarchies and script data. By resolving assembly dependencies and traversing internal metadata trees, it translates proprietary game data into standard industry formats, including supp

    C#unityunity3d
    View on GitHub↗15,474
  • See all 30 alternatives to UABE→