UnityExtractor frozenstring
Use this command to install UnityExtractor:
winget install --id=UnityExtractor.UnityExtractor -e
A Desktop App for Extracting Unity Resource
UnityExtractor is a desktop application designed to extract resources from Unity games and projects. The tool simplifies the process of accessing and recovering assets such as textures, text files, and other Unity-supported resource types.
Key Features:
- Support for a wide range of Unity asset types including Texture, TextAsset, and Sprite.
- Direct preview and export functionality for extracted assets.
- Custom script execution capability using C ABI, enabling advanced extraction scenarios.
- Integration with Lua and WASM scripts to extend functionality.
Audience & Benefit:
Ideal for game developers, asset creators, and reverse engineers seeking a unified tool to streamline Unity resource extraction. By consolidating extraction actions into one application, UnityExtractor helps users save time and effort compared to using multiple tools or manual processes.
Available for installation via winget.
README
UnityExtractor
A Unity asset extractor base on Tauri
+ Vue
+ Vuetify
Making All Asset Extract action in ONE App
App current appearance
MainPage | Preview |
---|---|
![]() | ![]() |
Feature
- Support most Unity asset type load & Preview & direct export
- Texture
- TextAsset
- Sprite
- Support custom script load & execute
- Load via c-abi
- LUA support
- WASM script support
Contribution
- You can feel free to use English or Chinese to open an issue or pull request.
relate repos
- unity-rs: Rust implement unity unpacker
- AssetStudio: Populate asset extractor tool