What is a .HFTHUMB file?
.HFTHUMB is a Unity / IL2CPP file (Games). Analyser identifies a .HFTHUMB file and reads the metadata in its header, right in your browser.
- Did you know
- A .hfthumb is a cache file Unity writes inside a project's Library, part of how the editor stores previews and import data.
- Everything in Unity's Library folder is regenerated from the real assets, so cache files like this are safe to delete.
- Unity never alters your source assets directly; it keeps imported and generated forms separately in the Library.
- What Analyser reads
- Identify and read Unity engine files, including IL2CPP-compiled games: the IL2CPP symbol map (.usym - version, symbol count) and global-metadata.dat (magic-gated - metadata version, mapped to a Unity release), Addressables binary catalogs (catalog.bin, content-gated) and their catalog.hash, ShaderLab shaders (.shader) and shader variant collections (.shadervariants), asset bundle manifests (core_assets.manifest), renamed .NET metadata blobs (.pd_ - BSJB runtime version) and House Flipper photo thumbnails (.hfthumb - JPEG wrapped, re-openable as an image). Plus generic hash/checksum text (.hash).
- Depth of analysis
- .HFTHUMB is an identification-grade format: Analyser recognises it from its bytes and decodes the header metadata it carries, rather than opening it in a full viewer. Formats that do get a full viewer are marked "Full" on the formats page.
- Open a .HFTHUMB file
- Drag a .HFTHUMB file onto the Analyser home page (or tap to pick one). It is identified entirely in your browser - nothing is uploaded, there is no account, and it works offline once installed.
- Related formats
- .USYM · .PD_ · .SHADERVARIANTS · .SHADER · .HASH. See all supported file types.