Search Issue Tracker
By Design
Votes
0
Found in
2019.4
2020.3
2020.3.23f1
2021.2
2022.1
2022.2
Issue ID
1382782
Regression
No
Built Asset Bundles yield identical file sizes of different Assets when using Standard Build Pipeline
How to reproduce:
1. Open the user attached "AssetBundleBuildTest.zip" project
2. Select the "texture.jpg" file found in the Assets/Texture folder in the Project window
3. Set the Texture Type to "Sprite (2D and UI)" in the Inspector window
4. Build the Asset (BuildAssetBundle -> StandardBuildPipeline)
5. Open the "AssetBundles' folder in the project folder
Expected result: Different Asset sizes
Actual result: Identical Asset sizes
Reproducible with: 2019.4.36f1, 2020.3.28f1, 2021.2.11f1, 2022.1.0b7, 2022.2.0a4
Note: Building the Asset with "ScriptableBuildPipeline" yields the expected result
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Vulkan] Crash on with multiple stack traces when rendering large Terrain with specific hardware
- Crash on SkinnedMeshRendererManager when interacting with a prefab generated with uncombined meshes using Synty Sidekick Character Creator
- Crash on folly::detail::safe_assert_terminate_v when updating the Meta XR SDK Packages
- The text font falls back on a different font depending on the fallback font used
- Template is opened in Isolation when opening it in Context and users Save the UI Document when prompted to do so in UI Builder
Resolution Note:
The size being similar is caused by the texture being included in both AssetBundles with the builtin build pipeline. You can observe the content by using WebExtract on the AssetBundles and Binary2Text on the files. To better understand this duplication you can refer to this section "Duplicated information across AssetBundles" in https://docs.unity3d.com/Manual/AssetBundles-Dependencies.html. ScriptableBuildPipeline will attempt to resolve this automatically. If you run the generated bundles through binary2text you will observe that the prefab one generated by ScriptableBuildPipeline it contains an external reference to the other bundle .