Search Issue Tracker
Duplicate
Votes
0
Found in [Package]
0.8.4, 1.1.7
Issue ID
1174117
Regression
No
[Addressables] Indirect dependencies are not resolved when using Pack Separately bundle mode and Packed Play Mode
How to reproduce:
1. Open the attached project ("case_1174117-AddressablesTest.zip")
2. Open the repro scene ("SampleScene")
3. Set "Packed Assets" asset's bundle mode to "Pack Separately"
4. Set "Play Mode Script" to "Packed Play Mode"
5. Build Player Content
6. Enter Play mode
Expected results: No warnings in the console, dependency chains are resolved correctly
Actual results: Warnings in the console about missing script references, dependency chains fail
Reproducible with: 2018.4.6f1, 2019.1.14f1, 2019.2.1f1, 2019.3.0a11
Couldn't test with 2017.4, as it does not support Package Manager
Not reproducible with: 2019.3.0a12
Reproducible with package version: 0.8.4, 1.1.7
Notes:
1. Couldn't reproduce this issue when "Play Mode Script" was set to "Fast" or "Virtual" modes
2. Couldn't reproduce this issue when bundle mode is set to "Pack Together"
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
This is a duplicate of issue #1154172