K0lb3 / UnityPy

UnityPy is python module that makes it possible to extract/unpack and edit Unity assets
MIT License
810 stars 123 forks source link

Fix a bug when read UnityRaw #248

Closed 0x07E5 closed 2 months ago

0x07E5 commented 2 months ago

UnityRaw files aren't compressed, should not call LZMA decompress. For reference: https://github.com/Perfare/AssetStudio/blob/d158e864b556b5970709c2a52e47944d53aa98a2/AssetStudio/BundleFile.cs#L159C17-L159C30