Skip to main content

A pythonic port of AssetStudio by Perfare

Project description

UnityPy

A Unity asset extractor based on AssetStudio.

Installation

UnityPy

main module

pip install UnityPy

or download/clone the git and use

python setup.py install

optional modules

It's highly recommended to install following modules to enjoy the full power of UnityPy.

All texture modules use Cython, so they won't work on some systems.

Windows users have to install Microsoft Visual C++ 14.0 Build Tools Only to be able to use Cython.

pip install fsb5
pip install decrunch
pip install etcpack
pip install pvrtc_decoder
pip install astc_decomp

Usage

from UnityPy import AssetsManager

am = AssetsManager()

# Load file via file path
am.load_file(fp)
# Load all files in a folder
am.load_folder(fp)

for name, asset in am.assets.items():
    for id, obj in asset.objects.items():
        data = obj.read()

Goals

near future

  • adding a documentation

far future

  • ability to edit assets (like in UABE)
  • broader object type support
  • code optimization
  • multiprocessing

Motivation

I'm an active data-miner and noticed that unitypack has problems with new unity assets. The problem in unitypack isn't that easy to fix and the undocumented code is a bit hard to understand. That's why I tried other tools like UABE and AssetStudio. Sadly none of these tools can be used like unitypack. That's why I started this project.

License

UnityPy is licensed under the terms of the MIT license. The full license text is available in the LICENSE file.

Community

Discord

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

UnityPy-1.2.5.0.tar.gz (53.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page