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
- ScrollView speed is slower when entering Play mode
- UI Builder elements disappear and "Semantic - Unknown template name" error appears when changes to "Template" parameter are saved
- Renderers outside Light Probe hull use incorrect Ambient Probe values when "Renderer Light Probe Selection" is set to "Use Ambient Probe" and "Light Probes" on Mesh is set to "Blend Probes"
- ArgumentNullException error occurs when selecting a Camera in the Hierarchy with the Scene view open
- Clicking 'Open Editor Log' through the Console fails to open redirected Logs when relative Log files exist outside of the Project root
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