.UCAS Přípona souboru

Unreal Compressed Asset File

Vývojář Epic Games
Popularita
3.7  |  3 Hlasů
 

Co je soubor UCAS?

A UCAS file is a container used by Unreal Engine to store cooked game assets in a compressed, runtime-ready form. It stores binary asset data, such as textures, models, audio, and other bulk data, that the engine loads during gameplay. UCAS files pair with a table-of-contents file (often a .UTOC or .TOC file) that directs the engine to the location of each asset stored inside the container.

Další informace

Unreal Engine began using UCAS/UTOC containers as part of newer IO Store and Zen Loader packaging methods (used in recent UE4/UE5 workflows) to improve load performance and reduce runtime overhead. Game developers produce UCAS files when they "cook" and package a project for distribution; the engine then reads UCAS containers at runtime rather than loading many separate files. Because UCAS holds cooked (engine-ready) data, it is not a source or editable asset format, it is a delivery format meant for the running game.

Jak otevřít soubor UCAS

UCAS files are not meant to be opened. Instead, games built with the Unreal Engine load the files during gameplay.

However, you can open or extract files from a UCAS container with Unreal Engine tools or community utilities that support the IO Store format. The official UnrealPak/IOStore tools included with the engine can list and extract packaged content when present in your engine installation.

To do this:

  1. Navigate to your Unreal Engine installation folder: Engine/​Binaries/​Win64/​
  2. Make sure you have the UCAS file and UTOC file, open a command prompt, and run: UnrealEditor-Cmd.exe IoStore -List -Container="path\to\file.ucas" -TOC="path\to\file.utoc"
  3. Extract the contents by running the following command: UnrealEditor-Cmd.exe IoStore -Extract -Container="path\to\file.ucas" -TOC="path\to\file.utoc" -Output="path\to\output_folder" This extracts .uasset, .uexp, .ubulk, and other files to the output folder.

Community tools, such as Archengius ZenTools, also read and convert UCAS/UTOC containers for modding or analysis, but results vary by engine version and game (some UCAS files are serialized specifically for a particular engine build).

Otevřete více než 400 formátů souborů pomocí File Viewer Plus.Stáhnout zdarma

Programy, které otevírají nebo odkazují na soubory UCAS

All Platforms
Windows
Kategorie: Hra
Aktualizováno: 2025-12-11

Ověřil FileInfo.com

Tým FileInfo.com nezávisle prozkoumal formát souboru Unreal Compressed Asset a aplikace Windows uvedené na této stránce. Naším cílem je 100% přesnost a zveřejňujeme pouze informace o typech souborů, které jsme ověřili.

Pokud chcete navrhnout doplnění nebo aktualizaci této stránky, dejte nám vědět.