Search Issue Tracker
Fixed
Votes
0
Found in [Package]
1.7.4
Issue ID
ADDR-1248
Regression
Yes
[Addressables] AssetDatabase loading returns hidden objects and in different order to AssetBundles
Reproduction steps:
1. Open the attached project ("case_1249088-LoadAllAssetsIssue.zip")
2. Open the repro scene ("SampleScene")
3. Set the Play Mode Script to use AssetDatabase
4. Enter Play Mode
5. Inspect that "hiddenSub" log in the console
6. Change the Play Mode Script to "Use Existing Build" and enter Play Mode again
7. Inspect that no "hiddenSub" log can be seen and the order is as shown in the inspector for the object rather than in the serialisedFile
Expected result: Hidden files are not loaded and loading order matches between different Play Mode Scripts
Actual result: Hidden files are loaded and the load order does not match
Reproducible with: 2018.4.23f1, 2019.4.0f1, 2020.1.0b11, 2020.2.0a13
Reproducible with package versions: 1.7.4, 1.9.2
Not reproducible with package versions: 1.1.5, 1.6.2
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
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
Resolution Note:
https://github.cds.internal.unity3d.com/unity/Addressables/pull/585