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
{{ message }}
This repository was archived by the owner on Oct 4, 2025. It is now read-only.
The asset bundle compression works, but the LZMA Compression causes huge slowdowns when loading asset bundles, up to the point that I felt the game just froze on me .
Now I suspect this issue might be resolved using LZ4 as uncompressed yielded better results than LZMA but still had some issues due to the (I think) increased file size.
So yeah, requesting LZ4 Support for asset bundles pls :)
First of all,
great update with a lot of neat features.
Now to my issue at hand:
The asset bundle compression works, but the LZMA Compression causes huge slowdowns when loading asset bundles, up to the point that I felt the game just froze on me .
Now I suspect this issue might be resolved using LZ4 as uncompressed yielded better results than LZMA but still had some issues due to the (I think) increased file size.
So yeah, requesting LZ4 Support for asset bundles pls :)