Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.3.4f1
Issue ID
781866
Regression
Yes
Compression is not performed on AssetBundles using BuildPipeline.BuildStreamedSceneAssetBundle()
When building AssetBundle's using the legacy method BuildPipeline.BuildStreamedSceneAssetBundle(), using Unity 5.3.X, the created AssetBundles no longer performs Lzma compression on the AssetBundle on build platforms other than WebPlayer and WebGL.
Compression works on 5.2.4f1, 5.1.0f3, 5.2.0f3 and 5.2.2p3.
Compression fails on 5.3.0f4, 5.3.2p2 and 5.3.4f1.
Repro steps:
1. Open attached project "Legacy AssetBundles.zip".
2. Using the menu bar select "Assets/Build AssetBundle/Build Streamed Scene/Compressed" to create an AssetBundle of the scene "main" using compression. After this is created previously the progress bar would say "Performing Lzma compression", this no longer occurs.
2. Using the menu bar select "Assets/Build AssetBundle/Build Streamed Scene/Uncompressed" to create an AssetBundle of the scene "main" using BuildOptions.UncompressedAssetBundle.
3. Observe that the Compressed AssetBundle has the same size as the Uncompressed.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Add comment