.unitypackage → textured GLB · runs in your browser, files never leave your device

Extract a .unitypackage online

Inspect the package, preview supported models and scenes, and download textured GLB or source files — no Unity install and no upload.

Drop your .unitypackage here

or

Select a model or scene on the left — preview and GLB buttons appear above

Log


        

Reviewed against the current product on July 18, 2026 · Published by Unity Asset Exporter.

A .unitypackage is not a single 3D model. It is an archive that can contain FBX models, textures, Unity materials, prefabs, scenes, animations, audio and project metadata. This browser tool opens that archive locally and turns the supported 3D content into something you can inspect and use immediately.

How to extract a Unity package in the browser

  1. Choose the package. Drop the .unitypackage onto the page or use the file picker.
  2. Inspect what is inside. Browse the original Unity folders, scenes and supported 3D models.
  3. Preview before downloading. Open a model, prefab or scene and check its materials, LOD and saved character pose.
  4. Choose the useful output. Download a textured GLB, a compact ZIP of selected models, textures as PNG, animation FBX files, or the raw package contents.

Why models, materials and textures need to be resolved together

Unity usually connects assets through internal identifiers rather than simple file names. Extracting an FBX and a folder of images is therefore not always enough: another application may not know which image belongs in the base-color, normal, metallic or emissive slot. The converter follows those Unity references and builds standard PBR materials for the GLB wherever the package contains enough information.

What each download option is for

Private by design

The package is read by JavaScript running on your device. It is not sent to an extraction server. Large files can still take time because your browser must decompress, parse and convert them locally, but the source asset stays on your machine throughout the process.

Current limitations

The preview is a reconstruction, not the Unity Editor. Custom shaders, post-processing, scripts, particle systems and baked lighting do not have direct GLB equivalents. FBX is the supported 3D source format today. Very large packages are also limited by available browser memory. The interface reports these cases instead of pretending the conversion is identical to the original Unity project.

FAQ

Can I extract a .unitypackage without installing Unity?
Yes. Choose the file in the browser, inspect the supported contents, and download the output you need. Nothing is uploaded.
What can I download from the package?
Textured GLB, a compact ZIP of selected models, textures as PNG, original animation FBX files, or the raw package files.
Is my Unity package uploaded?
No. Reading, previewing and conversion happen locally in your browser.