UnityPack icon indicating copy to clipboard operation
UnityPack copied to clipboard

Python deserialization library for Unity3D Asset format

Results 48 UnityPack issues
Sort by recently updated
recently updated
newest added

On gentoo. Happens with pip and latest github version. ``` ERROR: Command errored out with exit status 1: command: /usr/bin/python3.6 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-50grx_zx/decrunch/setup.py'"'"'; __file__='"'"'/tmp/pip-install-50grx_zx/decrunch/setup.py'"'"';f=getattr(tokenize,...

I added 5 classes that I came along on my travels: MeshFilter, MeshRenderer, MeshCollider, SphereCollider and CapsuleCollider. I also cleaned up _renderer.py_ a bit.

This lays the bare-minimum groundwork necessary in order to write unit tests. I didn't bother adding it to CI since it seems to be broken (I'd recommend switching to github...

I was looking to see how hard it would be to implement repacking asset bundles, and I noticed that we don't have any unit tests. This would be a really...

Hi, I'm trying to extract images from UnityFS bundles but unfortunately it fails Header is ``` 00000000 55 6e 69 74 79 46 53 00 00 00 00 07 35...

We should have a system which lets us load different structs.dat files for different unity versions. Newer ones aren't fully compatible with older ones.

i try to decpress an asset, then i get this problem. how to figure it out? unitypack\utils.py", line 10, in lz4_decompress return decompress(data, size) _block.LZ4BlockError: Decompression failed: corrupt input or...

Hello, I just installed UnityPack on a new computer, and got this issue: ``` Traceback (most recent call last): File "./bin/unityextract", line 222, in main() File "./bin/unityextract", line 218, in...

```pytb Traceback (most recent call last): File "/usr/local/bin/unityextract", line 146, in main() File "/usr/local/bin/unityextract", line 143, in main exit(app.run()) File "/usr/local/bin/unityextract", line 56, in run self.handle_asset(asset) File "/usr/local/bin/unityextract", line 127,...