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
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
- Element name field has no character limit in UI Builder
- Async method in Play Mode being aborted when calling `new System.Windows.Forms.Form`
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