-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2cee1e4
commit 0e95848
Showing
3 changed files
with
52 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
# UnityAsset.NET | ||
|
||
A .NET library for reading and modifying Unity assets and bundles. | ||
A .NET library for reading and modifying Unity assets and bundles. | ||
|
||
## Features | ||
|
||
For now, it can only do a few simple things in the outer layer of the bundlefile | ||
|
||
- Read and write uncompressed/lz4-compressed/lzma-compressed Unity bundlefile | ||
- Handling UnityCN encryption | ||
- Calculate and fix the CRC32 value of bundlefile | ||
|
||
## Acknowledgements | ||
|
||
This project uses code from the following open source projects: | ||
|
||
- [Studio](https://github.com/RazTools/Studio) by Razmoth: Modded AssetStudio with new features. | ||
- [AssetStudio](https://github.com/aelurum/AssetStudio) by aelurum: modified version of Perfare's AssetStudio. | ||
|
||
We are grateful to the developers of these projects for their work. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters