UnityPack
UnityPack copied to clipboard
Python deserialization library for Unity3D Asset format
Fails with different errors. ``` D:\Test>unityextract pirates_5d67f7b47ee4f4a78686c48f8926381d.unity3d WARNING:root:-10551 absent from structs.dat WARNING:root:8069 absent from structs.dat WARNING:root:0 absent from structs.dat Traceback (most recent call last): File "d:\Projects\bin\\unityextract.py", line 146, in main()...
This would have a pretty big value add to the modding communities.
E:\FosterZ\RED-ZM CF\cfmch25022020\assets\Assets\UnityPack-0.9.0>py use.py --models sharedw3_1.unity3d Traceback (most recent call last): File "use.py", line 159, in main() File "use.py", line 155, in main exit(app.run()) File "use.py", line 57, in run self.handle_asset(asset)...
I just spent 2 hours tracking down a bug that was solved here almost a year ago (the `.resource` and `.resS` equivalence) because I was using the version from pip...
Fails to work in python2 ```python $ unityextract sharedassets0.assets.resS Traceback (most recent call last): File "/home/nyov/.local/bin/unityextract", line 8, in from unitypack.asset import Asset File "/home/nyov/.local/lib/python2.7/site-packages/unitypack/asset.py", line 7, in from .object...
UnityPack Version:0.8.1 file: https://drive.google.com/open?id=1u39GZ2llpNWJAH80rrjtvnZxPYz4SGMP How to skip classes with id
unityextract data.unity3d 1403656975 absent from structs.dat -10 absent from structs.dat -15 absent from structs.dat -11 absent from structs.dat -5 absent from structs.dat -7 absent from structs.dat -8 absent from structs.dat...
Calling `ObjectInfo.type` on the "**library/unity default resources**" asset raises the error below. This asset occurs in Hearthstone's `gameobject0` bundle, causing `unityextract` to fail. ``` Traceback (most recent call last): File...
When running unityextract with `./bin/unityextract --audio -o out/audio2 /d/Games/Hearthstone/Data/Win/*.unity3d`, I have the following stack trace: ``` Traceback (most recent call last): File "./bin/unityextract", line 159, in main() File "./bin/unityextract", line...
Hello. The RuntimePlatform enum needs to gain the following entry: NintendoSwitch = 38 (and I need to be less sleepy and actually send a pull request, but I'll probably forget)