Search Issue Tracker
Not Reproducible
Votes
0
Found in [Package]
1.18.4
Issue ID
ADDR-1973
Regression
No
Addressables.LoadAssetsAsync retrieves duplicate entries when the Fast Mode is used
How to reproduce:
1. Open the user's attached project
2. Open the SampleScene
3. Open the Adressables Groups window (Window > Asset Management > Addressables > Groups)
4. In the Addresables Groups window set the Play Mode Script to 'Use Asset Database'
5. Enter the Play mode
6. Observe the Console
Expected result: '1' gets logged in the Console
Actual result: '2' gets logged in the Console
Reproducible with: Addressables 1.16.10, 1.18.4 (2018.4.35f1, 2019.4.27f1, 2020.2.7f1, 2020.3.9f1, 2021.1.8f1, 2021.2.0a17)
Note:
- The issue is only reproducible when the Play Mode Script is set to 'Use Asset Database'
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
- Constant buffers are redundantly uploaded when consecutive compute dispatches are executed on DirectX11
- UI Toolkit's TextInput element does not inherit layout parameters from the TextField element when TextField.multiline is true
- The TileMap grid in the Tile Palette is not visible when Screen Space Ambient Occlusion is enabled
- Pressing “-” twice to remove a Tag in Project Settings > Tags and Layers throws errors in the Console window
- "State comes from an incompatible keyword space" error when clicking on a shader
Resolution Note:
The issue is no longer reproducible with Addressables 1.18.9 and above