ASSET Converter

Extract text from Unity game data files (ASSET)


Drop or upload your .ASSET file

How to extract text from your ASSET file

  1. Click the "Select File" button above, and choose your ASSET file.
  2. You’ll see a preview, if available.
  3. Click the "Convert file to..." button to extract text information.

Convert ASSET to another file type

To convert ASSET game data to another format, you need Unity Editor or other Game software.

Convert a file to ASSET

To convert other file formats to the "Game Asset Bundle" file type, you need software like Unity Editor or a similar tool.


About ASSET files

An .ASSET file is a serialized data container used predominantly by the Unity game engine to store project resources such as 3D meshes, materials, textures, and custom script properties. A secondary, distinct use case exists within the Paradox Clausewitz Engine (powering games like Crusader Kings III and Hearts of Iron IV), where .ASSET files act as plain-text scripts to define 3D entities and music playlists.

The primary disadvantage of the .ASSET format is its heavily locked, proprietary nature. Unity typically compiles these files into complex binary structures or engine-specific YAML serialization. This locks developers and modders out of their own data, as standard operating systems and 3D editors cannot natively read or import an .ASSET file. Attempting to open a binary .ASSET in a text editor results in unreadable gibberish, and accessing the usable media requires frustrating, often unsupported third-party unpackers or a heavy installation of the full game engine. If your intent is 3D editing or rendering, convert extracted mesh data directly to OBJ or FBX. For texture and graphic modifications, convert embedded image maps to PNG or DDS. To analyze or tweak backend parameters, convert the serialized data into human-readable JSON or TXT. Note that while conversion extracts the raw media perfectly, you will lose engine-specific physics links and proprietary material shaders.

Convert.Guru analyzes your ASSET file, detects the exact format, and lets you read the text inside.

Users also converted ASSETS, META, UASSET, RESOURCE, PREFAB, UNITY3D, UNITYPACKAGE, RESS, PNG, MESH, ASSETBUNDLE, UNITY DEFAULT RESOURCES and SPRITE files.


FAQ

If you want to convert ASSET file to FBX, PNG, OBJ, EXE, ISO, BIN, CUE, PAK, WAD, PK3, PK4 or BSP, you can use Unity Editor or similar software from the "Serialized Game Data Storage" category. In the File menu, look for Save As… or Export….

To convert MOD, BIN, CFG, SCX, DAT, MPQ, LOG, CUE, INI, EXE, SCM or ISO files to ASSET, try Unity Editor or another comparable tool in the "Serialized Game Data Storage" category.



The ASSET Converter Story

The history of Convert.Guru began over 25 years ago in California with Tom Simondi’s file-format database. A former contributor to Space Shuttle development and a software pioneer of the 1980s, Simondi established a trusted resource for file type analysis that was even referenced by Microsoft Windows XP. Today, we use modern technology to process and convert thousands of file formats while continually improving our ASSET converter.