You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A .NET library for reading and modifying Unity assets and bundles.
6
+
A work-in-progress .NET library for parsing/serializing/patching Unity Engine asset files.
7
+
8
+
Only support Unity 2017.x or later.
7
9
8
10
## Features
9
11
10
-
For now, it can only do a few simple things in the outer layer of the bundlefile
12
+
### BundleFile
13
+
14
+
-[x] Parse/Serialize
15
+
-[ ] Patch
16
+
-[ ] Calculate/Patch crc32
17
+
18
+
### SerializedFile
11
19
12
-
- Read and write uncompressed/lz4-compressed/lzma-compressed Unity bundlefile
13
-
- Handling UnityCN encryption
14
-
- Calculate and fix the CRC32 value of bundlefile
20
+
-[x] Parse/Serialize
21
+
-[ ] Patch
22
+
23
+
### Asset
24
+
25
+
-[x] Parse/Serialize
26
+
-[ ] Patch
15
27
16
28
## Acknowledgements
17
29
18
-
This project uses code from the following open source projects:
30
+
This project stands on the shoulders of these amazing open-source projects:
19
31
20
32
-[Studio](https://github.com/RazTools/Studio) by [Razmoth](https://github.com/RazTools)
21
33
-[AssetStudio](https://github.com/aelurum/AssetStudio) by [aelurum](https://github.com/aelurum)
22
34
-[AssetsTools.NET](https://github.com/nesrak1/AssetsTools.NET) by [nesrak1](https://github.com/nesrak1)
23
35
-[UnityPy](https://github.com/K0lb3/UnityPy) by [K0lb3](https://github.com/K0lb3)
24
-
25
-
We are grateful to the developers of these projects for their work.
36
+
-[RustyAssetBundleEXtractor](https://github.com/UniversalGameExtraction/RustyAssetBundleEXtractor) by [UniversalGameExtraction](https://github.com/UniversalGameExtraction)
0 commit comments