pierrec / lz4

LZ4 compression and decompression in pure Go
BSD 3-Clause "New" or "Revised" License
869 stars 141 forks source link

.unity3d lz4 compression and decompression #206

Closed SouleaterLC closed 8 months ago

SouleaterLC commented 1 year ago

hi im new at this and i want to know if i can uncompress and compress the data again of a unity3d file when i try it says 0s]lz4: bad magic number and i tested with another repository and worked the decompression part this one: https://github.com/subdiox/UnityLz4

but my problem is if i can compress it again here

thank you.

pierrec commented 8 months ago

This package supports the LZ4 frame format, which should work if unity does too. I am sorry I have no knowledge about Unity.