Search Issue Tracker
Fixed
Fixed in 1.19.20
Votes
0
Found in [Package]
1.19.9
Issue ID
ADDR-2346
Regression
No
Assets are bundled inefficiently when using Addressables
How to reproduce:
1. Open the attached project (AddressablesScenesTest.zip)
2. Go to Window -> Asset Management -> Addressables -> Analyze
3. In the Addressables Analyze window, select Analyze Rules -> Unfixable Rules -> Bundle Layout Preview
4. Expand and observe all the explicit and implicit dependencies of both bundles
Expected result: one bundle per scene is created, Asset isolation resolves duplication
Actual result: only the dependencies of the first Scene are listed as implicit dependencies, all dependencies of all scenes except the first are bundled into one bundle
Reproducible with: 1.18.15, 1.19.9 (2019.4.32f1, 2020.3.21f1, 2021.1.27f1, 2021.2.1f1, 2022.1.0a13)
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
- Input from the "Backslash" key is not detected in the Web Player when using the Japanese 106/109 key keyboard
- High "Total" value of the "TerrainManager.CullAllTerrains" when generating terrain
- UI Layout rebuild triggered by a rounding error when using TextMesh Pro
- Sprite Shape Corners and Edges are invisible when a closed Sprite Shape is used
- Script icon Gizmos cause lag/performance issues in Scene view even when the Scene Camera is not pointed at Gizmos
Resolution Note (fix version 1.19.20):
Now correctly reports that the Scene implicit inclusions are in the same bundle when multiple scenes in a bundle